/*information table*/
.information{
	background-color: #F5F5F5;
	/* #ffffff; */
}
.information_table{
	width: 100%;
	border-collapse: collapse;
	line-height: 2;
	    th, td {
		    border: 1px solid #000;
		    padding: 8px;
		    text-align: left;
		}
		th {
		    background-color: #f0f0f0;
		}
}

.information_highlight {
    background-color: #f0f0f0;
}
