/*@media (min-width: 992px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 1170px) {
    .content {
        width: 1100px;
    }
}

@media (max-width: 1100px) {
    .content {
        min-width: 1100px;
    }
}*/


div.content {
    padding: 0 20px;
    margin: 0 auto;

}

body {
    background: #eeeeee;
}


#update {
    margin-top: 124px;
}

#update main {
    width:100%;
}

#infotext {
    background: #ffffff;
    border-radius: 2px;
    padding: 24px;
    color: #2d2926;
    font-size: 15px;
    margin-top: 49px;
    font-weight: 500;
    margin-bottom: 24px;
}

#chrome {
}

#godownloadchromebtn {
    background: #ffc72c;
    width: 176px;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
    transition: all 0.2s;
}

#godownloadchromebtn > a {
    display: block;
    color: #2d2926;
    font-size: 18px;
    font-weight: 700;
}



#goie11btn {
    background: #ffc72c;
    width: 328px;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
    transition: all 0.2s;
}

#goie11btn > a {
    display: block;
    color: #2d2926;
    font-size: 18px;
    font-weight: 700;
}

#goie10btn {
    background: #ffc72c;
    width: 300px;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
    transition: all 0.2s;
}

#goie10btn > a {
    display: block;
    color: #2d2926;
    font-size: 18px;
    font-weight: 700;
}


#godownloadchromebtn:hover, #goie11btn:hover, #goie10btn:hover {
    background: #B58500;
}

.info-header {
    height: 48px;
    background: #ffffff;
    position: relative;
}

.info-main > div {
    margin-bottom: 24px;
    background: #ffffff;
}