.table th, .table td{
	border: 1px solid #77838f;
}

table{
	border-radius: 3px;
}

table tr:nth-child(odd){
	background-color: #f1f1f1;
}



.glossary-table{
	border-radius: 3px;
	border: 1px solid #77838f;
}

.glossary-table th, .glossary-table td{
	border: 1px solid #77838f;
}

.glossary-table tr td{
	padding: .75rem !important;
	vertical-align: top;
}