@charset "UTF-8";

body, html {
    width: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position:relative;
    background-color: #000000;
    color: #ffffff;
}

@media screen and (max-width: 1100px) {
    #news {
        width: 90%;
        margin-left: 10%;
    }
    
    #news table th {
        font-size: 40%;
    }
    
    #news table td {
        font-size: 70%;
    }
}

@media screen and (min-width: 1100px) {
    #news {
        width: 60%;
    }
}

a:link,
a:visited,
a:hover,
a:active {
    color: #ffffff;
}

::-webkit-selection {
    background-color: #ffffff;
    color: #000000;
}
::-moz-selection {
    background-color: #ffffff;
    color: #000000;
}
::selection {
    background-color: #ffffff;
    color: #000000;
}

#header {
    height: 100px;
    width: 100%;
    color: #ffffff;
}

#header .item {}

#header_wrap {
    width: 100%;
    height: 600px;
    background-color: #000000;
}

#logo {
    width: 100%;
    height: 500px;
    background: 
        linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%), 
        url(rsrc/img/logo.png) center / contain no-repeat;
}

#wrapper {
    opacity: 1;
}

#apps {
    max-width: 1100px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#apps .app {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    margin: 5px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
}

#apps .app .nameback {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

#apps .app .nameback .name {
    font-size: 90%;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: relative;
    top: 50%;
    left: 50%;
    color: #ffffff;
}

#news {
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: scroll;
    background-color: #222222;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5) inset;
}

#news table {
    font-size: 85%;
    width: 100%;
}

#news table tr.other td {
    color: #e74c3c;
}

#news table tr.all_downloaded td {
    color: #2ecc71;
}

#news table tr.important_release_point td.version {
    font-weight: bold;
}

#news table th {
    font-weight: bold;
}

#news table th,
#news table td {
    text-indent: 1em;
    line-height: 200%;
    height: 2em;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #354b60;
}

#news table td {
    font-size: 95%;
    padding-top: 8px;
    padding-bottom: 3px;
    vertical-align: middle;
}

#contact {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}