.tabcontent1 ul,.tabcontent1 ol{padding-left:20px}
.tabcontent1 ul{list-style:disc}
.tab-container .tabcontent1 p{margin:0}
.tab-container .tabcontent1 h6{font-size:.67em}
.tab-container .tabcontent1 h5{font-size:.83em}
.tab-container .tabcontent1 h4{font-size:1.33em}
.tab-container .tabcontent1 h3{font-size:1.75em}
.tab-container .tabcontent1 h2{margin:0}
.tab-container .tabcontent1 h1{font-size:2em}
.tab{overflow:hidden;border:1px solid #ccc;background-color:#f1f1f1}
.tab ul.tabList{list-style:none}
.tab li.tablinks{background-color:inherit;float:left;border:0;outline:0;cursor:pointer;padding:14px 16px;transition:.3s;font-size:17px}
.tab li.tablinks a:hover{background-color:#ddd}
.tab li.active{background-color:#ccc}
.tabcontent1{display:none;padding:6px 12px;border:1px solid #ccc;border-top:0}
.tabcontent1{animation:fadeEffect 1s}
@keyframes fadeEffect{from{opacity:0}
to{opacity:1}
}
.tab .tab-list li.tablinks{font-size:1em;font-weight:bold;text-transform:uppercase;list-style:none}