/**
 *  Bootstrap Vertical Tabs Component v1.0.0
 *  http://github.com/dbtek/bootstrap-vertical-tabs
 *  © 2013, Ismail Demirbilek
 *  MIT License
 */

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    
}

.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
	margin-right: -1px;
	text-transform: uppercase;
	font-size: 18px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border-right-color: transparent;
}

.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left>li>a {
	margin-right: 0;
	display: block;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
