
ul.resp-tabs-list {
  margin:0; padding:0px;
}

.resp-tabs-list li {
  font-weight: 600; font-size: 13px; display:inline-block; padding:10px 30px; margin: 0 -1px -1px 0; border:1px solid #ccc; 
  list-style: none; cursor:pointer; float:left;
}
.resp-tabs-list li:hover {
  background:#f2f2f2;
}

.pb_tab_content h3.pb_headline {
  margin:0 0 30px 0; font-size:160%;
}

.resp-tabs-container {
  padding:0px; background-color:#fff; clear:left;
}

h2.resp-accordion {
  cursor:pointer; padding:5px; display:none;
}

.resp-tab-content {
  display:none; padding:30px 30px 1px;
}

.resp-tab-active {
	border-bottom: 1px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #ccc;
	border-top-color: #ccc;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  margin: 0px;
  padding: 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #ccc !important;
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
}



.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #f2f2f2;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #ccc;
    }

  	.resp-tab-content {
  			padding:15px 15px 0;
		}

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ccc !important;
    }
}
