.color-red{
		color:red;
}
.color-blue{
		color:blue;
}
.color-brown{
		color:#930;
}
.color-green{
		color:#047807;
}

.app-box h3.title{
	font-size:18px;
	font-family: "Tahoma", Serif !important;
}

.app-box h4.sub-title{
	font-size:16px;
	font-family: "Tahoma", Serif !important;
}

.app-box .app-pages p{
	line-height: 1.4;
	margin:4px 0px 4px 0px;
	
}

.app-box .p-lineh-normal p{
	line-height: 1.5 !important;
	margin:15px 0px 15px 0px !important;
	
}
 
#questions,#answers{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card {
		width: 95px;
		/*height: 180px;
		border: 1px solid #eee;
		text-align: center;
		font-weight: bold;
	  */
		float: left;
		margin: 1px;
		/*display: flex;
		flex-direction: column;
		justify-content: center;*/
	}