html {
    height: 100%;
    box-sizing: border-box;
    color: white;
    font-weight: 400;
    background-color: #36373d;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

@font-face {
    font-family: Verdana, Tahoma;
}

.VRlogo {
    width: 32px;
}

.storebutton {
    width: 120px;
    margin: 10px;
}

.subheader {
    font-weight: bold;
    font-size: 18px;
}

a:link, a:visited {
    color: #fff;
}

a:link.download, a:visited.download {
    padding: 10px;
    line-height: 1.4;
    background-color: #3a3d45;
    border: 1px solid #6f8491;
    color: #fff;
    border-radius: 10;
    text-decoration: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: Verdana, Tahoma;
    background-image: url(../images/backgtrans.png);
    background-repeat: no-repeat;
    font-size:100%;
}

@media only screen and (max-width: 400px) 
{
body { font-size:100%;}
.topbuttons { font-size: 11px !important;}
#topmenu { position: absolute; float: right; right:0px!important; margin-top:-50px; }
.width { min-width:70px !important; }
}

.main {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 640px;
    width: 94%;
    margin-top:60px;
    margin-bottom: 75px;
}

.wider {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 800px;
    width: 94%;
    margin-top: -250px;
    margin-bottom: 75px;
}

.subheaderText {
    font-weight: bold;
    font-size: 20px;
}

.logo {
    position: absolute;
    height: 25px;
    width: 90px;
    margin-left: 30px;
    margin-top:-30px;
    
}

#topmenu {
    position: absolute;
    right:30px;
    margin-top:-65px; 

}
.topbuttons {

    margin: 0px;
    font-size: medium;
    align-content: flex-end;
    align-items: center;
    
}

.topbuttons td {
        padding-left: 10px;       
    }

.width
{
   min-width:170px;
}

.line {
    margin-top: 50px;
}

.contentTable {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
    width: 80%;
    padding-top: 30px;
    font-weight: 400;
}

p {
    line-height: 27px;
}

.tableheaderspec {
    font-weight: 400;
    color: #ccc;
    min-width: 90px;
}

tr {
    height: 40px;
}


.main h1 {
    margin-top: 0;
    font-family: Verdana, Tahoma;
    font-weight: 400;
    padding:20px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #232323;
}

.copyright {
    float: right;
    text-align: right;
    font-size: 13px;
    vertical-align: middle;
}

.contact {
    float: left;
    text-align: left;
    font-size: 13px;
}

.contact a:link {
    font-weight: normal;
}

.av-button {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #999;
    border: transparent;
    border-radius: 2px;
    background-color: #3890BF;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    padding: .5em 1em;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    zoom: 1;
}

.av-button-hover, .av-button:focus, .av-button:hover {
    filter: alpha(opacity=90);
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}