.investor_link a {
    background-color: #30ade3 !important;
    border-radius: 16px;
    font-size: 15px !important;
    margin-right: 5px;
    padding: 3px 15px !important;
    text-shadow: none !important;
    text-transform: capitalize !important;
}
.page-header {
    border-bottom: 1px solid #c2c2c2;
}
.download-links {
    font-family: arial,sans-serif;
    font-size: 18px;
    font-weight: 100 !important;
}
.term-n-cond h4 {
    margin: 10px 0!important;
}

/*	For Tab view	*/
.tabpanel.styled-tabs ul.nav > li > a:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: translate3d(0px, 150%, 0px);
    transition: transform 0.3s ease 0s;
    width: 100%;
}

.tabpanel.styled-tabs ul.nav > li.active > a:after {
    transform: translate3d(0px, 0px, 0px);
}
.nav-tabs li
{
	border-right:none;
}
ul.nav-tabs li a span, ul.nav-tabs li a  {
    /*color: black !important;*/
	font-size:12pt!important;
	text-transform:none!important;
}
ul.nav-tabs li a,ul.nav-tabs li.active a
{
	text-decoration:none!important;
}
ul.nav-tabs li.active a span
{
	color:#8d8d8d !important;
}
.term-n-cond ul.nav-tabs
{
	margin-left:0!important;
}
.nav-tabs li a
{
	margin: 10px;
	text-transform:none!;
	
}
a.btn 
{
	text-decoration:none!important;
	color:white!important;
}
label:before
{
	background:none;
}
label
{
	margin-left:2px;
	padding:0;
}
.contact-form .quick_contact input[type="email"], .contact-form .quick_contact textarea, .contact-form .quick_contact select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fe9044;
    border-radius: 0;
    color: #666 !important;
    font-size: 15px;
    margin: 0 0 7px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
.contact-form .quick_contact input[type="email"]:focus, .contact-form .quick_contact textarea:focus {
    border: 1px dashed #666;
    box-shadow: none;
}
.panel-body ul li {
    line-height: 2em !important;
}
.panel-body li a {
    font-weight: 100;
}
.margin-bottom-2
{
margin-bottom:2px!important;
color:red!important;
}
.below-spec {
    color: #454545;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.below-spec li {
    font-size: 13px;
    line-height: 1.3em !important;
    list-style-type: disc;
    margin-left: 25px !important;
    padding: 0 !important;
}