div.tab-frame input{ display:none;}
div.tab-frame label{ display:block; float:left;padding:5px 10px;font-size: 17px; cursor:pointer}
div.tab-frame input:checked + label{ background:#ff2e00; color:white; cursor:default}
div.tab-frame div.tab{display:none;padding: 50px 0px 120px 0px;clear:left;float:left}

div.tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
div.tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
div.tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3),
div.tab-frame input:nth-of-type(4):checked ~ .tab:nth-of-type(4),
div.tab-frame input:nth-of-type(5):checked ~ .tab:nth-of-type(5){ display:block;}

