*{
    margin: 0;
    padding: 0;
}
body{

    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #333;
}
.topline .logo img {
    max-width: 200px;
    width: 200px;
}
/*PAGE BROWSERS*/
.topline{
    height: 36px;
    background: black;
    border-bottom: 5px solid yellow;    
    text-align: center;   
    margin-bottom: 80px;
}
.wrapper{
    max-width: 1024px;
    margin: 0 auto;
}
.alert{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    float: none;
    clear: both;
}
.browsers-text{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}
.browsers{
    margin: 25px 0;
    float: left;
}
.browser{
    width: 33.333%;
    float: left;
    padding: 90px;
    box-sizing:border-box;
    text-align: center;
}
.browser:hover{
    background-color: #f8f8f8;
}
.browser:hover .name,.browser:hover .version{
    font-weight: bold;
}
.browser img{
    width: 100%;
}
.browser a {
    text-decoration: none;
    color:black;
}
.browser .name{
    display: block;
    font-size: 18px;
}
.browser .version{
    display: block;
    font-size: 14px;
    color: #444;
}
.benefits{
    font-size: 13px;
}
.titleBenefits{
    display: block;
    margin: 10px 0;
}
 .text{
    line-height: 40px;
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
}
.benefit{
    width: 50%;
    padding: 30px 50px 0 50px;
    float: left;
    box-sizing: border-box;
    height: 120px;
}
.titleBenefits img{
    width: 40px;
    display: block;
    float: left;
}
/*PAGE 404*/
.res .wrapper{
    max-width: 1024px;
    width: auto;
    margin: 0 auto;
}
.res .topline .logo img{
    max-width: 200px;
    width: 100%;
}
.button {
    text-align: center;
    margin: 25px 0;
}
.button a{
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 5px;
    color:black;
    font-size: 14px;
    font-weight: bold;
}
.button a:hover{
    background: #eee;
    border:1px solid #444;
}
.picture{
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
}
.picture img{
    width: 90%;
}
.alert-small{
    font-size: 13px;
    text-align: center;
    float: none;
    clear: both;
}