body, html {
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
  background: #38475e;
  font-size: 14px;
  text-align: center;
}
* {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}
 
.app_buttons a.chrome {
    padding: 0 15px;
    height: 33px;
    line-height: 32px;
    margin-right: 10px;
}
.chrome {
    cursor: pointer;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    height: 30px;
    padding: 4px 7px 5px 7px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    border-radius: 2px;
    border-color: #9da6af;
    background: #9da6af;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chrome.blue {
    border-color: #529ecc;
    background: #529ecc;
}
.chrome.green {
  border-color: #56bc8a;
    background: #56bc8a
    ;
}
a.chrome {
    display: inline-block;
    text-decoration: none!important;
}
.chrome>.icon.gchrome, .chrome>.icon.safari, .chrome>.icon.explorer, .chrome>.icon.opera, .chrome>.icon.firefox,
.chrome>.icon.question {
    margin-top: -17px;
    margin-right: 3px;
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
}
/* Rows and  titles */
.callout-title, .callout_row {
 
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
    letter-spacing: 0;
}
.callout_row.continue {
    margin: 0 auto;
    max-width: 700px;
}
.description {
    display: block;
    clear: both;
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
    font-weight: bold;
    font-size: 12px;
}
.callout_row.devices {
  margin-top: 25px;
}
.callout-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
}
.callout_row.header {
    margin-bottom: 25px;
}
.callout_row_text {
    margin: 0;
}
.callout_row.app_buttons {
    margin: 30px 0;
    margin-bottom: 0;
}
 
/* Modal */
.modal-window {
        position:fixed;
  background-color: rgba(17, 17, 17 ,0.75);
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:999;
        opacity:0;
        pointer-events:none;
        -webkit-transition:all 0.3s;
        -moz-transition:all 0.3s;
        transition:all 0.3s;
}
.modal-window:target {
        opacity:1;
        pointer-events:auto;
}
.modal-window>div {
        width:500px;
        position:relative;
        margin:10% auto;
 text-align: left;
  padding:2rem;
    border-color: #529ecc;
    background: #38475e;
        color:#FFF;
}
.modal-window>div>h1 {
  text-align: center;
}
.modal-window header {
        font-weight:bold;
}
.modal-close {
        color:#aaa;
        line-height:30px;
        font-size:80%;
        position:absolute;
        right:-15px;
        text-align:center;
        top:0;
        width:70px;
        text-decoration:none;
  color: #FFF;
}
.modal-close:hover {
        color:#000;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
#wrap {
    width: 1200px;
margin: 20% auto;
 
}
