.pane-sliders > .panel {
  border: 2px solid #e5e5e5;
  margin-top: -2px;
}

.pane-sliders > .panel > .title,
.pane-sliders > .panel > .content {
  padding: 15px;
}

.panel > h3 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.panel > .content {
  background-color: #eeeeee;
}

.accordion.news .accordion-body.in {
    background-color: #EEEEEE;
}

/*	Eliminates left indent on For-Users > "Obtaining An Account" subtitle
	And gives font color from blue to black */
#get-accordion .accordion-heading .accordion-toggle {
    padding: 8px 0px;
	color: #000000;
}

#accordion2 .accordion-heading .accordion-toggle:hover {
    text-decoration: none;
}

#accordion2 .accordion-heading .accordion-toggle:link {
    text-decoration: none;
}

#get-accordion .accordion-group {
    /*margin-bottom: 2px;*/
    border: none; /*1px solid #e5e5e5;*/
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}

.links {
	color: #333333;
	font-weight: bold;
}

.links ul li {
	margin-bottom: 15px;
	background: #0088cc;
	padding: 5px;
	border: 1px solid #0088cc;
	border-radius: 5px;
	text-align:center;
	list-style-type: none;
}

.links ul li a {
	color: #ffffff;
}

.links ul li:hover {
	background-color: #0066ff; 
}

.make-link-bold ul li {
	list-style-type: square;
}

.make-link-bold ul li a {
	color: #0088cc;
	font-weight:bold;
}

/*-----------------------------------------TABLE------------------------------*/
table, th, td {
  font-family:Arial, Helvetica, sans-serif;
  line-height:20px;
}
table {
  border-collapse: separate;
  border-spacing: 3px;
  width:100%;
}
th {
  font-weight: bold;
  background-color: #3a5199;
  background: linear-gradient(#4488CC, #3a5199);
  color: #ffffff;
  padding: 10px;
}
th a.hasTooltip {
  color: #ffffff;
  text-decoration:none;
}
td {
  font-size:11pt;
  padding:9px;
  margin: 2px;
}
tr:nth-child(even) {
  background-color: #f1f1f9;
}
tr:nth-child(odd) {
  background-color: #d3d3e4;
}

/*------------------------------------ TABLE - OVERFLOW ------------------------------*/
@media screen and (max-width: 1850px) {
    .table-overflow {
        overflow-y: auto;
    }
}

