/**
 *
 * @file
 * show_sub_section.css
 *
 */

.show-subsection {
  /*background-color: #fff;*/
}

.panel {
  margin-bottom: 1em;
  box-sizing: border-box;
  /*background-color: rgba(255,255,255,0.9);*/
}

.panel > .inside {
  margin: 8px;

}

.show-content {
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

  .show-content-first {
    width: 66.5%;
    float: left;
  }

  .show-content-second {
    width: 33%;
    float: right;
  }
}
.show-bottom .inside {
  margin: 0;
}



