#container {
	height:100%; 
	width:100%; 
	overflow: hidden;
}

#leftNav{
	float: left;
	width: 22%; 
}

#divider {
	float:left;
	width:1%;
}

#content {
	float: left;
	width: 77%; 
}

#helpCenterH2 { 
	padding: 10;
}

#contactUsOuter {
	width: 100%
}

#contactUsInner {
	padding-top: 30px;
	width: 45%;
	margin: 0 auto;
}

.radio-toolbar input[type="radio"] {
	display: none;
}

.radio-toolbar label {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;	
    background-color: white;
    padding: 4px 11px;
    cursor: pointer;
    width: 106%;
    margin-left: -22px;
	color: darkgray;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #655959;
    color: white;
}

.disclaimer {
	color: darkgray;
	padding-top: 20px;
}
.bluePill {
    background: #655959;
    padding: 4px;
    border-radius: 7px;
    border: 2px solid #655959;
    color: white;
}

.downloadSource {
    overflow: auto;
    padding-bottom: 10px;	
}

.downloadButton {
	height: 43px;
	margin-left: 0px;
}

.downloadButtonRight {
	float: right;
}

.downloadSourceCenter {
	width: 50%;
	margin: 0 auto;	
}

.ui-button .ui-icon.download {
    background-image: url("../images/file-download.svg") !important;
    width: 17px;
    height: 16px; 
}

.ui-state-active .ui-icon.download, .ui-button:active .ui-icon.download {
    background-image: url("../images/file-download.svg") !important;
    width: 17px;
    height: 16px; 
}

.ui-accordion-header-active{
	background: #655959 !important;
	border-color: #655959 !important;
}

.ui-state-active {
	background: #655959 !important;
	border-color: #655959 !important;
}

h5 {
	margin-bottom: 10px;
}

hr {
    border-style: inherit;
    margin-left: -10;
    color: darkgray;
    border-width: 1;
}

pre {
    border-color: transparent;
    border-style: none;
    background-color: transparent;
}

table {
	width: 800px;
}

th {
	text-align: left;
	background-color: #2196f3;
	color: #ffffff;
	padding: 10px;
	border-right: 1px solid #ffffff;
}

td {
	padding: 7px;
}