.kfetopen-st-opened .bullet { background: #73C252; } .kfetopen-st-closed .bullet { background: #B42B26; } .kfetopen-st-unknown .bullet { background: #D4BE4C; } .kfetopen-st-fake_closed .bullet { background: repeating-linear-gradient( 45deg, #73C252, #73C252 5px, #B42B26 5px, #B42B26 10px ); } .kfetopen { float: left; } .kfetopen .base { height: 50px; padding: 15px; display: inline-flex; align-items: center; } .kfetopen .details { margin: 0; padding: 10px !important; min-width: 200px; font-family: "Roboto Slab"; font-size: 16px; color: black; } .kfetopen .bullet { width: 10px; height: 10px; border-radius: 50%; transition: background 0.15s; } .kfetopen .warning { margin-left: 15px; } .kfetopen .status-text { text-transform: uppercase; } .kfetopen .force-close-btn { width: 100%; margin-top: 5px; }