﻿body
{
    font-family: Segoe UI, Arial, Helvetica, Sans-Serif;
}

h2, h4
{
    margin: 0;
    font-weight: normal;
}

#message
{
    padding-top: 100px;
}

#browserList
{
    margin: 0;
    list-style: none outside none;
    padding: 0px 0px 0px 10px;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    text-align: center;
    display: block;
    height: 300px;
}

.browser
{
    width: 90px;
    height: 90px;
    margin: 1px auto;
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    background-size: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#browserList li
{
    background-image: url('img/background_browser.gif');
    background-attachment: scroll;
    background-color: transparent;
    cursor: pointer;
    width: 120px;
    height: 122px;
    margin: 0px 10px 10px 0px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    float: left;
    visibility: hidden;
}

    #browserList li:hover
    {
        cursor: pointer;
    }

    .browser-text
    {
        color: rgb(128, 128, 128); 
        font-size: 0.8em; 
        height: 18px; 
        line-height: 17px; 
        margin: 1px auto; 
        width: 118px; 
        text-align: center;
    }

a
{
    text-decoration: none;
}
