.rwmb-confirmation, .rwmb-error {
padding: .75em 1.25em;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid transparent;
border-radius: .25em; }
.rwmb-button.remove-clone i, .rwmb-button.remove-clone i:before {
width: 20px;
height: 20px;
line-height: 20px;
font-family: sans-serif;
font-weight: bold;
font-style: normal;
text-align: center;
position: relative;
display: inline-block;
vertical-align: top; }
.rwmb-confirmation {
border-color: #d0e9c6;
background-color: #dff0d8;
color: #3c763d; }
.rwmb-error {
border-color: #f5c6cb;
background-color: #f8d7da;
color: #721c24; }
.rwmb-button {
margin: 10px 10px 0 0; }
.rwmb-button.remove-clone {
width: 20px;
height: 20px; }
.rwmb-button.remove-clone i:before {
content: "\2013";
top: -2px; }
.rwmb-loading {
margin-left: 5px;
height: 15px;
width: 15px;
color: #fff;
position: relative;
display: inline-block;
border: 2px solid;
border-radius: 50%;
border-right-color: #5a5a5a;
animation: rotate 1s linear infinite; }
@keyframes rotate {
0% {
transform: rotate(0); }
100% {
transform: rotate(360deg); } }