/******************
    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
*/

.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;
	}	
}