            .amv-view-cat {
                color: #bbb;
                border-bottom: 1px solid;
                border-top: none;
                border-right: none;
                border-left: none;
                margin-right: 8px;
                font-size: 14px;
                background: transparent;
            }
            .amv-view-cat:focus {
                -webkit-border-bottom: 1px solid !important;
                -webkit-border-top: none !important;
                -webkit-border-right: none !important;
                -webkit-border-left: none !important;
                
                -moz-border-bottom: 1px solid !important;
                -moz-border-top: none !important;
                -moz-border-right: none !important;
                -moz-border-left: none !important;
            }
            .amv-view-cat-select {
                color: #d6101b;
                border-bottom: 1px solid;
                border-top: none;
                border-right: none;
                border-left: none;
                margin-right: 8px;
                font-size: 14px;
                background: transparent;
            }
            
            .amv-os {
                margin-right: 1px;
            }
            
            .amv-cs {
                margin-left: -7px;
            }