
div.tab-container {

	padding-top:0.5em;

}

div.tabContent {

	border-top:1px solid #E0E0E1;

}

div.tabContent p {

	font-size:16px;
	line-height:30px;

}

div.tabContent table {

	border-bottom: 1px solid #E0E0E1;

}

div.tabContent table tr {

	border-top: 1px solid #E0E0E1;

}

div.tabContent table tr td {

	font-size:16px;

}

div.tabContent table tr th,
div.tabContent table tr td {

	min-height: 54px;
	padding: 1em 0;
	line-height: 1em;
	width:15%;
	

}

th.wider,
td.wider{

	min-width:20% !important;
	white-space: nowrap;

}

div.tabContent table thead tr th {

    font-family: "Circular Std", "Arial Bold", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;

}

.drawer-container div.drawerHeading:first-child {

	border-top: 1px solid #e1e1e1;

}

.topline {

	border-top: 1px solid #e1e1e1;
	padding-top: 1.5625rem;

}

.toppad {

	padding-top: 1.5625rem;

}

.btmpad {

	padding-bottom: 1.5625rem;

}


.heading-match {

	text-decoration: none;
	font-family: "Circular Std", "Arial Bold", sans-serif;
    font-size: 0.875rem;
    display: block;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #E0e0e1;
    text-transform: uppercase;

}

.heading-match svg {

	float:right;

}

@media (max-width: 767px) {

	.heading-match {

		font-size: 0.6875rem;
		padding-top: 1.4em;
    	padding-bottom: 1.4em;

	}

	.heading-match svg {

		margin-top: 6px;

	}

}

