.tab button {
    float: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 5px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    width: 428px;
    height: 50px;
    background-color: #700f1a;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover,
.tab button:active,
.tab button:focus {
    background-color: #cccccc!important;
	color: #000000!important;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  border-top: 1px solid #ccc;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
      display: none;
}

.topright:hover {color: red;}

.tab {
  overflow: hidden;
    border: none;
   /*background-color: #700f1a;*/
    color: #fff;
	margin-bottom: 10px;
	margin-left: 2px;
}

h3.tabhd {
    font-size: 21px;    
    font-weight: 600;
    padding: 10px;
    background: #ccc;
    /* color: #fff; */
    margin-bottom: 20px;
	background: #700f1a;
    color: #fff;
}
h4.tabhd {
    font-size: 19px;    
    font-weight: 600;    
    margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	padding-left: 9px;
}
.tab .active:after {
    content: none;
}
 .block-forms {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
 .block-forms ul li {
    border: 1px solid #ccc;
    margin: 4px 0;
	border: none;	
    margin: 5px 0;
	
}
 .block-forms li:nth-child(2n) {
    background-color: #ccc;
	padding: 5px;
	margin: 5px 0;
	background-color: #ccc;
    padding: 8px 10px;
    margin: 5px 0;
}
 .block-forms li {
    padding: 6px 10px;
    margin: 5px 0;
}











