body{
    font-family: sans-serif;
    color: #222;
}

td{
    width: 33%;
    text-align: center;
}

a{
    font-weight: bold;
    text-decoration: none;
    color: #777;
}

img{
    width: 80px;
    height: 80px;
}
h4{
    margin: 0;
}

.browser-name{
    background-color: #f7f7f7;
}

.os{
    font-size: 10px;
    margin-bottom: 10px;
}

.info-text{
    line-height: 150%;
    font-size: 22px;
    padding-bottom: 40px;
}

.icons{
    padding-bottom: 8px;
}

.arrow{
    display: inline;
    width: 16px;
    height: 16px;
    background-image: url("../../Images/browsersupport/arrowLG.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 25px;
    padding-bottom: 10px;
}

.arrow:hover{
    color: #222;
    background-image: url("../../Images/browsersupport/arrow.gif");
    border-bottom: 4px solid #222;
}

.second-row{
    margin-top: 60px;
}
