@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    //width: 75%;
margin: 30px auto;
height: 500px;
//background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
//background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
background-color:#083f88; 
background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(103, 58, 183);
	border: 2px solid rgb(255, 255, 255);
}

li.active span.round-tabs.one{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

span.round-tabs.two{
    color: rgb(103, 58, 183);
	border: 2px solid rgb(255, 255, 255);
}

li.active span.round-tabs.two{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

span.round-tabs.three{
    color: rgb(103, 58, 183);
	border: 2px solid rgb(255, 255, 255);
}

li.active span.round-tabs.three{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

span.round-tabs.four{
     color: rgb(103, 58, 183);
	border: 2px solid rgb(255, 255, 255);
}

li.active span.round-tabs.four{
   color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

span.round-tabs.five{
    color: rgb(103, 58, 183);
	border: 2px solid rgb(255, 255, 255);
}

li.active span.round-tabs.five{
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

.nav-tabs > li.active > a span.round-tabs{
    background: #ff9800;
}
.nav-tabs > li {
   width: 33.333333%;
}
 
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
	opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 48%;
	opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #673ab7;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
	color:red !important;
}

.tab-content{
}
.tab-pane{
position: relative;
padding-top: 50px;
;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
.active{
	background-color:#ecf5f0 !important;
	color:black !important;
	
	}
	.nav-tabs>li>a{
		border:none !important;
	}
.dropdown-menu {
    position: absolute;
    width: 98%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    //color: #673ab7;
    text-decoration: none;
    background-color: #673ab7;
    outline: 0;
}
.table {
    width: 85%;
    max-width: 100%;
    margin-bottom: 20px;
    /* text-align: right; */
}
.table>tr>td{
	text-align:left !important;
	
}	
.active >h4{
	color:#673ab7 !important;
}
.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #e2f1fd !important;
    text-align: right !important;
}
.table-striped>tbody>tr:nth-child(even)>td {
    background-color: #e2f1fd !important;
    text-align: right !important;
}
.table-striped>tbody>tr:nth-child(odd)>td:last-child {
    background-color: #c4e3fb !important;
    text-align: left !important;
}
.table-striped>tbody>tr:nth-child(odd)>td:last-child {
    background-color: #c4e3fb !important;
    text-align: left !important;
}
.table-striped>tbody>tr:nth-child(even)>td:last-child {
    background-color: #c4e3fb !important;
    text-align: left !important;
}
.table {
        max-width: none !important;
        table-layout: fixed !important;
        word-wrap: break-word !important;
    }
#compare-table>th{
	border-right:2px solid red!important;
}