﻿body {
    padding-top: 15px;
    padding-bottom: 25px;
    font-family: sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 250px;
}


textarea {
    max-width: 90%;
}
     
#content-desktop {
    display: block;
}

#content-mobile {
    display: none;
}

@media screen and (max-width: 796px) {

    #content-desktop {
        display: none;
    }

    #content-mobile {
        display: block;
    }
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}