.btn {
    display: block;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}


.status-opened, .btn-success {
    color: #53A93F;
    font-weight: bold;
    border: none;
    
}
      
.status-closed {
    color: #c0392b;
    
}


.status-shown{
    display: block;
}
        
.status-hidden{
    display: none;
}