.tc{
	text-align:center;
}
.marginAuto{
	margin:auto;
}
.relative{
	position:relative;
}
table.textColored td, .colored{
	color:#E0B155;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.pointer{
	cursor:pointer;
}
.mt25{
	margin-top:25px;
}
.mt50{
	margin-top:50px;
}
.mt100{
	margin-top:100px;
}
.mt150{
	margin-top:150px;
}
.scrollable{
	overflow-y:scroll;
}
.col12{
	width:100%;
}
button{
	border:none;
	padding:8px;
	background-color:#E0B155;
	color:black;
}