form#motif-mwrq-form .actions {
    background: #dfdfdf;
}
a.button.wc-backward {
    float: left;
}
table#motif-mwrq-list thead tr th {
    background: #dfdfdf;
    color: black;
}
ul.motif-mwrq-list img {
    display: inline-block;
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
ul.motif-mwrq-list li {
    position: relative;
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    padding-bottom: 0px;
}
ul.motif-mwrq-list a.motif-mwrq-item-remove.remove {
    position: absolute;
    top: 0;
    left: 0;
}
ul.motif-mwrq-list li a {
    display: block;
    font-weight: 700;
}
/*.mwrq-success span {
    color: green;
    background: #ccc;
    padding: 5px 15px;
    border-radius: 6px;
}
.mwrq-success {
    text-align: center;
    display: none;
    margin-bottom: 15px;
}
*/

.motif-request-form-wrapper .mwrq-form-message {
    margin-top: 15px;
    padding: 14px 18px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    animation: mwrq-fade-in 0.3s ease-out;
}
.motif-request-form-wrapper .mwrq-form-success {
    background: #e7f3f5;
    border: 1px solid #358194;
    color: #1f5d68;
}
.motif-request-form-wrapper .mwrq-form-error {
    background: #fbe9e7;
    border: 1px solid #c0392b;
    color: #8a1a24;
}
@keyframes mwrq-fade-in {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}