.sideways {
	margin-top: 50px;
	border: none;
	position: relative;
	
 
}
.sideways>li {
  height: 20px;
  width: 110px;
  margin-bottom: 91px;
 
  
}
.sideways>li>a {
  /*border-bottom: 1px solid #ddd;
  border-right-color: transparent;*/
  text-align: center;
  /*border-radius: 10px 10px 0px 0px;*/
  background-color:#525354;
  color:#FFF;
 font:Arial, Helvetica, sans-serif;
 font-size:12px;
  
 
}

.sideways>li>a:hover,
.sideways>li>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
  background-color:#a90c0c;
  color:#FFF;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
  background-color:#a90c0c;
  color:#FFF;
}
.sideways.tabs-left {
  left: -13px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tab-content{
	height: 340px;
	padding-top: 10px;
	
	
	
}
.tab-pane{
	overflow: scroll;
	
	overflow-x: hidden;	
	height: 320px;
}
.tab-content ul li{
	list-style-type: none;	
}