/* CSS Document */

.tab-title{
    font-size: 15px;
    color: #144588;
    font-weight: bold;
    font-family: "Roboto Condensed",sans-serif;
    border-bottom: 1px solid #DDD;
    padding: 10px;
}

.tab-content{
    clear:both;
	width:100%;
}

.tab-headers{
    list-style-type:none;
	/*float:left;*/
	width:100%;
	padding:0px;
	margin:0px;
}

.tab-card{
    float:left; 
	width:30%;
	height:auto;
	border: 1px solid #DDD;
	padding:0px;
	margin-right:10px;
    min-width: 170px;
    margin-top:10px;
}

.tab-card ul{
    padding: 10px 10px 10px 20px;
    width: 100%;
    font-size:13px !important;
}

.wrapper{
	height:auto;
}