
html, body {
    min-height: 100%;
    height: 100%; 
    margin: 0;
    font-family: "Helvetica", "Arial", sans-serif;    
}

body {
    background: url('threshold/images/bg/bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

a {
    text-decoration: none;
    display: block;
    padding: 20px;
}

#download{
    position:absolute;
    top:45%;
    right:20px;
    height:22px;
    width:22px;
}

/* containers */
.container {
    display: table;
    height:100%;
    width:100%;
}

.box {
    display: table-cell;
    vertical-align: middle;     
}

.content {
    height: 445px;
    width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

h2 {
    font-weight: 300;
    color: #00385e;
    font-size: 33px;
    margin: 5px 0px 25px 0px;
    text-align: center;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: center;
}

.bold{
    font-weight:700;
}

.browser {
    position: relative;
    width: 130px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
}

 .browser.other{
    width: 100%;
    background: #fff;
    padding: 0;
    margin: auto;
    text-align: center;
}

.browser.other img{
    width: 45px;
    height: 45px;
}

 .browser img{
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.browser p{
    color:#888;
    padding-top:2px;
    font-size:10px;
    line-height:15px;
    margin:0px;
}

p.highlight{
    font-size:13px;
    line-height:17px;
    color:#555;
}


#browser-name{
    color:#555;
}

ul#browser-list{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
}

ul#browser-list li{
    width: 33%;
    float: left;
}

ul#browser-list li a {
    padding: 0;
    margin: 0;
}

.footer{
    border-top:1px solid #ccc;
    padding:20px 10px;

}

