@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
    /*background: burlywood none repeat scroll 0% 0%;*/
    color: #FFFFFF;
    /*font: 300 50%/1.5em "Lato",sans-serif;*/
    font: 300 50%/ 1.5em "Lato", ubuntu;
    margin: 0px;
}
.title{
    text-align: center;
}
.calendar-container{
    position: relative;
    margin: 0px 0px 0px 10px;
    /*background-color: #6691CC;*/
    max-width: 200px;
}