
.btn {
background: #0070d2;
color: #fff;
box-shadow: none;
outline: None;
display: inline-block;
margin-bottom: 0;
font-weight: regular;
text-align: center;
vertical-align: middle;
line-height: 1;
cursor: pointer;
background-image: none;
box-shadow: none;
white-space: nowrap;
border: 0;
padding: 5px 10px;
font-size: 11px;
border-radius: 3px;
}
.alert {
background-color: 10px;
font-size: 12px;
border-radius: 0.25rem;
padding: 6px 5px 6px 5px;
min-width: rem(480px);
position: relative;
font-weight: 300;
border: none;
color: #a94442;
box-sizing: border-box;
display: none;
}
.alertmessage {
border-top-left-radius: 0;
border-top-right-radius: 0;
font-size: 12px;
display: inline-block;
text-align: left;
word-break: break-word;
font-family: Arial;
box-sizing: border-box;
color: #fff;
background-color: #c23934;
border: 1px solid #999999;
padding: 5px;
}
textarea {
width: 100%;
}
.textwrapper {
border: 1px solid #999999;
margin: 5px 0;
padding: 3px;
}