.wrap h1 {padding: 9px 0;}
.spx-h3-mb0 {margin-bottom: 0;}
#spx_mm_label {font-size: 18px;padding-left: 1em;}
/* Zalozky */
.spx-tabs {display: flex;border-bottom: 2px solid #ccc;margin-bottom: -1px;}
.spx-tab {padding: 10px 20px;cursor: pointer;border: 1px solid #ccc;border-bottom: none;background: #f8f8f8;font-weight: bold;}
.spx-tab.active {background: #fff;border-top: 2px solid #0073aa;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.spx-tab-content {display: none;padding: 15px;border: 1px solid #ccc;background: #fff;}
.spx-tab-content.active {display: block;}

/* Soupatko */
.spx-switch {position: relative;display: inline-block;width: 60px;height: 30px;}
/* Skryti checkbox input */
.spx-switch input {opacity: 0;width: 0;height: 0;}
/* Soupatko */
.spx-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: red; transition: 0.3s;border-radius: 30px;}
/* Kolecko */
.spx-slider:before {content: "";position: absolute;height: 24px;width: 24px;left: 3px;bottom: 3px;background-color: white;transition: 0.3s;border-radius: 50%;}
/* Zap */
.spx-switch input:checked + .spx-slider {background-color: green; }
.spx-switch input:checked + .spx-slider:before {transform: translateX(30px);}

/* sys */
.tbx99 {width: 99%;}
.tbx50 {width: 50px;}