ul.custom-tabs{margin:1rem 0 0 0;padding:0px;list-style:none;display:flex;justify-content:flex-start}ul.custom-tabs li{background:0;color:#222;padding:10px 15px;cursor:pointer;width:50%;max-width:185px;text-align:center;border-bottom:1px solid #ececec;background:#ececec}ul.custom-tabs li.current{background:#1c305d;color:#FFF}.custom-tab-content{display:none;padding:15px 10px;border:1px solid #ececec;height:348px;overflow-y:scroll}.custom-tab-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.custom-tab-content::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.custom-tab-content::-webkit-scrollbar-thumb{background-color:#000}.custom-tab-content.current{display:inherit}@media(min-width:962px){ul.custom-tabs{margin:20px 0 0}}