/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body{
    margin-left:8%;
    margin-right:8%;
}

.img-scale and (max-width:425px) {
    width:200px;
    height:225px;
}

.col-centered .space-col{
    margin-left:2%;
    margin-right:2%;
}

.bg-primary  {
    background-color:#34395D;
}

.text-info, .text-info:hover {
    color: #F64C5D;
}

.ls-questionhelp {
    color:green;
}

.question-title-container{
    border-radius:10px 10px 0 0;
}

.question-container{
    border-radius:0 0 10px 10px;
    box-shadow:2.5px 2.5px 75px -65px navy;
    transition: transform 0.15s ease;
}

.answer-container{
    border-radius:0 0 10px 10px;
}

.form-horizontal .control-label {
    text-align: left ;
}

#ls-button-submit{
    transition: transform 0.15s ease;
}

@media only screen and (min-width:700px) and (min-height: 500px){
#ls-button-submit:hover {
    transform:  translateY(-.15em)  scale(1.01);
}

.question-container:hover{
    transform: translateY(-.15em)  scale(1.01);
    box-shadow:2.5px 2.5px 75px -55px navy;
}
.question_container{
    margin-bottom: 4em;
}
}

#navbar{
    background-color:#34395D;
}

.max-diff-array th.answertext { 
	text-align: center;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
 
/* Override the responsive "no-more-tables" stuff */
@media only screen and (max-width: 801px) {
 
	.max-diff-array .no-more-tables table {
		display: table;
		border-collapse: inherit;
	}	
 
	.max-diff-array .no-more-tables thead, 
	.max-diff-array .no-more-tables tbody {
		display: table-row-group;
	}
 
	.max-diff-array .no-more-tables tr {
		left: auto;
		position: relative;
		top: auto;
		display: table-row;
		border: 0 none;
	}	
 
	.max-diff-array .no-more-tables th, 
	.max-diff-array .no-more-tables td {
		display: table-cell;
		text-align: center !important;
		color: #2c3e50;
		font-size: 15px;
	}
 
	.max-diff-array th.answertext { 
		border-right: 3px solid #FFFFFF;
		border-left: 3px solid #FFFFFF;
	}
 
	.max-diff-array .answer-item label span {
		display: none !important;
	}	
}