﻿.tabs .nav-tabs { 
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;   
}

.tabs .nav-tabs a { 
  font-size: 14px;
  padding: 5px 15px; 
}

.tabs .nav-tabs > .active > a, 
.tabs .nav-tabs > .active > a:hover, 
.tabs .nav-tabs > .active > a:focus { 
  color: #fff;
  border: none; 
  background: #72c02c; 
}

.tabs .nav-tabs > li > a { 
  border: none;
}
.tabs .nav-tabs > li > a:hover { 
  color: #fff; 
  background: #72c02c; 
}

.tabs .tab-content { 
  padding: 10px 0;
}

.tabs .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px; 
}

.tabs .tab-content img.img-tab-space {
  margin-top: 7px;
}