/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
    display: block;
}