/* Your Admin Style */
table.wab-form-table{
    max-width:720px;
}
table.wab-form-table tr.wab_shortcode{
    height:80px;
    width: 720px;
}
#wab_shortcode{
    padding: 10px;
    text-align: center;
    border: 2px dotted #FF0000;
    background: #FFAA2B;
    font-size: 18px;
    font-weight: 600;
    max-width: 430px;
}
table.wab-alert-bar-table{
    border:1px solid #CCC;
}
table.wab-alert-bar-table th, table.wab-alert-bar-table td{
    padding:5px;
    border-bottom: 1px solid #CCC;
    background: #F8F8F8;
    text-align: center;
}
a.delete{
    color: #CC0000;
}
a.delete:hover{
    color: #FF0000;
}

/* Alert Bar Started */
.wab-alert {
    padding: 20px!important;
    color: white;
}
.wab-alert.success {
    background-color: #6ABD6E;
}
.wab-alert.error {
    background-color: #F66358;
}
.wab-alert.warning {
    background-color: #FFAA2B;
}
.wab-alert.info {
    background-color: #47A8F5;
}
.wab-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.wab-closebtn:hover {
color: black;
}
/* Alert Bar Ended */
