body {
    font-family: serif;
    background-image: url("/src/assets/gifs/xx_bg.gif");
    background-color: steelblue;
    background-size: cover;
    color: aliceblue;
}
.container-fluid {
    padding-right: 7%;
    padding-left: 4%;
    padding-top: 2%;
    padding-bottom: 10%;
}
#main-header {
    height: 90px;
}
#main {
    text-align: center;
}
.right {
    text-align: right;
}
#ud-container {
    position: relative;
    width: 63%;
    border: 3px solid antiquewhite;
    margin: 20px;
    text-align: left;
}
#ud-content {
    height: 574px;
    width: 100%;
    background-image: url(https://live.staticflickr.com/1303/1396602650_e02fc027cf_z.jpg);
    background-size: cover;
    padding: 10px;
    color: steelblue;
}
#ud-header {
    height: 40px;
    padding: 10px;
    background-color: #90b7dd;
    color: white;
    border-bottom: 3px solid antiquewhite;
}
#calendar {
    position: absolute;
    top: 30%;
    left: 80%;
    z-index: 10;
}
#scroller-c {
    width: 70%;
}
