.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}



ol, ul {
	margin:0;
	padding:0;
}

			
							

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock-tabs {
	text-align:left;
	/*background-color:rgba(157, 21, 26, 0.7);*/

}
.tabBlock {
  margin: 0 0 25px 0;
}

.tabBlock-tab {
  background-color:#E5E5E5;
  border-right:1px solid #fff;
  color: #000;
  cursor: pointer;
  float: left;
  padding: 9px 20px;
  position: relative;
  transition: 0.1s ease-in-out;
  margin:0;
  font-size:14px;
  text-transform:uppercase;
  
  
  text-align:center;
   -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
  

  
}
.tabBlock-tab:last-child{
	border-right:0;
	}
/***********/





/*.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
/*.tabBlock-tab::before {
  background-color: #ed87bd;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}*/
.tabBlock-tab:hover {
  background-color:#1f1a22;
  color:#fff;
}
.tabBlock-tab.is-active {
  position: relative;
  color: #fff;
  z-index: 1;
  background-color:#C6070C;
}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/
.tabBlock-content {
	/*background-color:#F7F7F7;
  border: 2px solid #d8d8d8;*/
	padding: 35px 0 0 0;
	overflow:hidden;


}
.tabBlock-content p{color: #000;}
.tabBlock-content h2{color: #C6070C;
  text-transform: uppercase;
  margin-bottom: 10px;}
.tabBlock-content hr{border-left: none;
margin: 5px 0px 15px 0px;}
.progtab {
    border: 1px solid #ccc;
    width: 100%;color: #000; margin-bottom: 15px;
}

.progtab tr td {
    padding: 1% 1% 1% 1%;
    font-weight: 500;
}

.progtab tr td:first-child {
   
    font-weight: bold;
}
.tabBlock-pane > :last-child {
  margin-bottom: 0;
  
}

.progtab tr th{width: 20%;}

/***********************640px *************************************/
@media only screen and (max-width: 480px) {
.tabBlock-tab {
  padding: 10px 10px;
  font-size:12px;
  border-right:0;
 width:100%;
 margin:0 0 1px 0;

}


}

/***********************640px *************************************/
@media only screen and (max-width: 360px) {

.tabBlock-tab {
  padding: 10px 10px;
  font-size:12px;

}

}