
/* non-printable objects */
@media print
{
    .container {
        width: auto;
    }
}


/* invisible objects */
.invisible
{
    visibility: hidden;
}


/* navigation */
#nav ul {
    list-style-type: none;
    top: 0;
    width : 100%;
    z-index: 1000;
}

#nav li a {
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#nav li a:hover {
    color: #5aa6db;
    background-color: #ffffff;
}

#nav li:last-child {
    height: 33px;
    right: 0px;
    position: absolute;
    text-align: right;
}

#nav li.last a {
    color: #fff;
    background: #FF0000;
}

#nav li.last a:hover {
    background-color: #fff;
    color: #FF0000;
}




/* profile picture in listings */
.profile_picture
{
    position: absolute;
    right: 1%;
}

.profile_picture_img
{
    border-radius: 15px;
}

.profile_picture_text
{
    max-width: 100px;
    color: #5aa6db;
    text-align: center;
    font-size:16px;
}
.live_time_container {
    width: 100%;
}

.live_time
{
    align-content: normal;

    border: 1px solid #01a2dd;
    color: #01a2dd;
    font-family: oiret One, monospace;
    font-size: 40px;
    width: 20%;
    margin: 0 auto;
}

h1 {

    font-family: oiret One, monospace;
    font-weight: bold;


}
h2 {

    font-family: oiret One, monospace;
    font-weight: bold;

}

h4 {

    font-family: oiret One, monospace;
    font-weight: bold;

}

.btn {
    border: 1px solid #5aa6db;

    background-color: #5aa6db;
    color : white;
    font-weight: bold;

}

.live_time .img {

    width:20px;
}

#form_username {
    border: 0px solid transparent;

background-color:#01a2dd;
color:white;
    font-weight: bold;
    width: 220px;
    height: 30px;

}
#form_month {
    border: 0px solid transparent;
    color:white;
    font-weight: bold;

    background-color:#01a2dd;

    height: 30px;

}
#form_year {
    border: 0px solid transparent;
    color:white;
    font-weight: bold;

    background-color:#01a2dd;

    height: 30px;

}