/* Customizer Tabs */ .architecturedesigner-customizer-tabs { background: #fff; display: flex; border-bottom: 2px solid #2271b1; } .architecturedesigner-customizer-tabs a { padding: 10px 8px; color: #2271b1; text-decoration: none; text-transform: uppercase; outline: 0; box-shadow: none; flex-basis: 0; flex-grow: 1; text-align: center; white-space: nowrap; font-size: 13px; font-weight: bold; } .architecturedesigner-customizer-tabs a:hover{ background: #eee; } .architecturedesigner-customizer-tabs a.active { background: #2271b1; color: #fff; } .architecturedesigner-customizer-tabs a span{ text-align: center; font-size: 16px; }