.app-content {
	padding-left:0px;
	padding-right:0px;
}

.app-pages{
	display: flex; 
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #363C48;
}

.testpages {
	flex: 1 1 100%;
    text-align: center;
	background-color: #363C48;
}

.testpages-info {
	
}

.testpages-info p {
	padding: 0px;
	margin: 5px 3px;
}

.testpages-board {
	background-color: #FFCC99; 
	border-radius: 10px; 
	border: 1px solid #FF9900; 
	margin: 15px; 
	padding: 10px; 
}

.testpages-questions {

}

.testpages-countdown {
	background-color: #000000; 
	border: 2px solid #FF9900; 
	width: 50px; 
	height: 50px; 
	border-radius: 25px; 
	color: #FFFFFF; 
	font-size: 28px; 
	font-weight: bold; 
	padding: 2px; 
	margin: 0px auto;
}

.testpages-question {
	display: flex; 
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: 8px;
}

.questions {
    font-size: 20px;
    font-weight: bold;
    width: 110px;
    height: 30px;
    text-align: center;
    border: 1px solid #f90;
    background-color: #e8b27b;
    line-height: 1;
    margin: 3px 0px;
    padding: 3px;
}

.testpages-answer {
	display: flex; 
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: 8px;
}

.testpages-answer-items {
	display: flex;
    cursor: pointer;
    width: 115px;
    margin: 5px 0px;
}

.testpages-answer-chkbox {
	width: 20px;
	height: 20px;
	background-color: #fff; 
	border: 2px solid #AAAAAA;
	border-radius: 5px;
	display: inline-block;
	margin-right: 8px;
	font-size: 15px;
}


