@charset "UTF-8";

body {
    padding: 5px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.center-text{
	text-align: center;
}
.spaced-v {
    margin-bottom: 5px;
}
.spaced-v-2 {
    margin-bottom: 10px;
}
.spaced-h {
    margin-right: 5px;
}
span.spaced-v{
    display: block;
    margin-bottom: 0.5em;
}
p {
    text-align: justify;
}
.justify {
    text-align: justify;
}
.paragraph{
    margin-top: 0.8em;
    text-indent: 1em;
}
.itemize{
    margin-left: 1em;
    text-indent: 0em;   
}
.inline {
    display: inline-block;
}
.bordered {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #356AA0;
}
.no-border{
    border: 0px solid;
}
.dark-red {
    color: #FE2E2E; /*dark red*/
}
.dark-green {
    color: #04B431; /*dark green*/
}
.dark-yellow {
    color: #CC6600; /*dark yellow*/
}
.white-background{
    background-color: #ffffff;
}
.dark-gray-background{
    background-color: #505050;
}
.answer-bg {
    background-color: #fbf0cc; /*light-orange*/
    min-width: 301px;
}

.bold{
    font-weight: bold;
}

.fitcontent{
    width: -webkit-fit-content;
    height: -webkit-fit-content;
    width: -moz-fit-content;
    height: -moz-fit-content;
}
#sample{
    width: 300px;
}
#sample td{
    padding: 4px;
}
.control-group{
    margin-left: 20px;
}
.control-group label{
    font-weight: normal!important;
}
@media (max-width: 570px){
    .center-xs{
        margin-left: auto;
        margin-right: auto;
    }
    .text-center-xs{
        text-align: center;
    }
    .pull-right{
        float: none!important;/*fixes center in xs devices*/
    }
}
