/* Hide / Show tab's content  */

.tab-content {
  display: none;
}

.tab.active + .tab-content { display: block; }