/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 21, 2015, 11:41:22 PM
    Author     : Joonas
*/
body {
    background: url(../img/uusi-tausta.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section {

}

#dynamic_content {
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 100vw;

}

#dynamic_footer {
    padding-top: 10px;

}

.dropdown-menu {
    padding: 10px;
    min-width:240px;
}

.form-control {
    margin-bottom:.5em;
}
.loginbtn {
    margin-top:.75em;
    width: 100%; 
    height: 32px; 
    font-size: 13px;
}
.img-responsive{
    margin: 0 auto;
}

.runko  {
    background-color:white;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border:5px solid #E0DDD7;
}

.thumbnail{
    width:125px;
    height:125px;
}

#calendar {
    max-width: 900px;
    margin: 50px auto;
}
