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

.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border:0px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}
ul.resp-tabs-list {
    /*margin: 2em;*/
    padding-bottom: 2em;
    padding-top: 2em;
}

.resp-tabs-list li:first-child{
	margin-right:1em;
}

.resp-tabs-container {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  clear: left;
  padding-bottom: 3em;
}

.resp-tabs-container tx {
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  letter-spacing: 2px;
}

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

.resp-tab-content {
  display: none;
  padding:0;
}

.resp-tab-active {
  border:none;
  border-bottom: none;
  margin-bottom: 0px !important;
  padding: 3px 3px 3px 3px !important;
}

.resp-tab-active {
	box-shadow: 0px 2px 0px #F05F40;
}

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

.resp-tab-content { border:none; }

/*-----------Vertical tabs-----------*/


/*-----------Accordion styles-----------*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/