/*
.btn-lg {
	padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}
*/
.tablab {
	background-color: palegoldenrod;
    padding: 8px;
	color: black;
    text-align: center;
}

.tabdat {
	background-color: white;
    padding: 8px;
    font-weight: bold;
	color: black;
    text-align: center;
}