/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/***********************************************/
/* page */

.accordion { 
  border-top:none !important;
  border-right:none !important;
  border-bottom: 1px solid #878787 !important;
  border-left:none !important;
}

.accordion__summary, .accordion__content {
  background-color:transparent !important;
  padding-left:30px !important;
}

.accordion__summary:before {
  left:0 !important;
}


.cell_16994679942413-padding, .cell_16994679942414-padding {
  border-right:1px solid #878787;
}


/***********************************************/
/* responsive */
/* header */
@media (max-width: 767px){
  
/* body */
  
.cell_16994679942413-padding, .cell_16994679942414-padding {
  border-right:none;
}