/*
	Theme Name: Oxygen - Child Theme
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
*/

.table_style_a {
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.table_style_a td, .table_style_a th {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	padding:4px 8px;
}

.table_style_a td {
	background-color:#fff;
}

.table_style_a th {
	background-color:#00B19D;
}