
.wmadm-link {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    background-color:#1c89b5;
    color: white;    
    padding: 4px;
    border: 1px solid #fff;
    text-decoration: none;
    float: left;
    text-align: center;
}

.wmadm-link:hover {
    background-color:#2c99c5;    
}

label {
    font-weight: bold;
}

ul.wm-messages-errors {
    list-style-type: none !important;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid rgb(255,128,128);
    background-color: rgb(255,192,192);
    margin-bottom: 20px;
    font-weight: bold;
}

ul.wm-messages-success {
    list-style-type: none !important;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid rgb(128,255,128);
    background-color: rgb(192,255,192);
    margin-bottom: 20px;
    font-weight: bold;        
}
