#jb_template .form-control {
    height: initial;
}

#jb_template .chzn-container{
    display: block;
}

#jb_template .multiple-select .form-control > select{
    border: none;
    width: 100%;
}

#jb_template .btn-warning, #jb_template .btn-warning:hover{
    color: white;
}

#jb_template .close-button{
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: white;
    padding: 0px;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

#jb_template ul.list-group{
    margin: 0px;
}

/* Small Devices */
@media only screen and (max-width: 576px){
    #jb_template h3{
        font-size: 1.2rem;
    }

    #jb_template select .mt-sm-2{
        margin-top: 0.5rem !important;
    }

    #jb_template select{
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 960px){
    #jb_template .edit-button{
        bottom: 10px;
    }
}



