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

ul.resp-tabs-list{
    display: table;
    width: 100%;
    table-layout:fixed;
    margin-bottom: -2px;
}
.resp-tabs-list li {
    display: table-cell;
    list-style: none;
    cursor: pointer;
    width: auto;
    vertical-align: bottom;
    background: none !important;
    text-align: center !important;
}

@media only screen and (max-width: 920px) {
.resp-tabs-list li.long {
    width: 125px !important;
}
}
.resp-tabs-list li div{
    font-weight: 600;
    font-size: 13px;
    padding: 13px 5px;
    margin: 0 0 0 8px;
    border-radius:6px 6px 0 0;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    background-color: #f5f5f5;
}
.resp-tabs-list li:first-child div{
    margin-left: 0;
}

.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: 15px 0 0;
}
.resp-tab-active div {
    border: 2px solid #1B50A2 !important;
    border-bottom: none;
    padding: 12px 3px 15px 3px !important;
    border-bottom: 0 #fff solid !important;
    color: #1B50A2;
    font-weight: 800;
    background-color: #FFF !important;
    position: relative;
    z-index: 1px;
}

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

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

.resp-tab-content {
    border-top: 2px solid #1B50A2;
}

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

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

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs:before,
.resp-vtabs:after { content:""; display:table;}
.resp-vtabs:after { clear:both;}
.resp-vtabs { zoom:1;}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    table-layout: inherit;
    margin: 0 !important;
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 0;
}
.resp-vtabs .resp-tabs-list li div{
    margin: 0;
    border-radius:0;
    background-color: #f5f5f5;
    border: 0;
    border-left:1px solid #c1c1c1 !important;
    border-top: 1px solid #c1c1c1 !important;
    padding: 10px;
    text-align: left;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    border-top: 0;
    border-right: 1px solid #FFF !important;
    margin-right: -1px !important;
}
.resp-vtabs li.resp-tab-active div {
    border: 2px solid #1B50A2 !important;
    border-top:1px solid #c1c1c1 !important;
    border-width: 1px 0 0 3px !important;
    padding: 10px 7px !important;
    color: #1B50A2;
    font-weight: 800;
    background-color: #FFF !important;
    position: relative;
    z-index: 1px;
}

.resp-vtabs .resp-tabs-container {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none;
    box-sizing: border-box;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding-top: 0;
}

h2.resp-accordion{
    position: relative;
}
.resp-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #c1c1c1;
    z-index: 3;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #999;
}
h2.resp-tab-active div{
    background: none !important;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    border: 0 !important;
    padding: 0 !important;
}
h2.resp-tab-active div{
    border-right:1px solid #c1c1c1 !important;
    border-left:1px solid #c1c1c1 !important;
    border-bottom: 1px solid #c1c1c1 !important;
    padding: 10px !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

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

.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: 800px) {
ul.resp-tabs-list {
    display: none;
}

h2.resp-accordion {
    display: block;
}

/*
.resp-vtabs .resp-tab-content,
.resp-tab-content{
    border: 1px solid #c1c1c1;
    border-top: 0;
    padding: 10px;
}
*/

.resp-vtabs .resp-tab-content {
    border: none;
    border-top: 0;
    padding: 10px;
}

.resp-tab-content{
    border-bottom: 1px solid #c1c1c1;
    border-top: 0;
    padding: 10px 0 10px 10px;
}

.table_layout {
	padding-left: 0px;
}

.table_layout .w960px {
	width: 700px !important;
}

.name, .shopname, .datecol{
  position: sticky;
  left: 0;
  background: #fff;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	}
}

.tableSt02 > tbody > tr th {
  position: sticky;
  top: 0;
  z-index: 1;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	}
}

.table_scroll {
	overflow: scroll;
	width: calc(100vw - 2.2rem) !important;
	height: 75vh !important;

}
  
.shopname {
	z-index: 9999 !important;
	border:1px solid #ccc;
}
.tableSt02 tr td {
	border:1px solid #ccc;
}

.shopname::before,
.datecol::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
   	border:1px solid #ccc;

}
.name::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
}

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

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