.left {
	text-align: left;
} 

.center {
	text-align: center;
}

.right {
	text-align: right;
}

table#buttons_table {
	width: 100%;
}

table#buttons_table thead,table#buttons_table tbody,table#buttons_table tr,table#buttons_table td,table#buttons_table th { 
	display: block; 
}

table#buttons_table tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

table#buttons_table thead th {
	height: 30px;
	text-align: center;
}

table#buttons_table tbody {
	height: 260px;
	overflow-y: auto;
}

table#buttons_table thead {
	/* fallback */
}

table#buttons_table tbody td, table#buttons_table thead th {
	width: 14.2%;
	float: left;
}
@media screen and (max-width: 820px) {
	table#buttons_table { width: 820px !important; }
}

.navbar {
	margin-bottom: 10px !important;
}

dd {
	margin-bottom: 10px;
}
