@import url("https://fonts.googleapis.com/css?family=Open+Sans");
span {
text-align: left;
}
.button-style-migal {
color: #ffffff;
border-radius: 50px;
text-align: center;
padding: 10px;
margin: -16px;
font-size: 11pt;
line-height: 0%;
background-color: #d21518;
margin-right: 10px;
border-width: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 120px;
height: 28px;
font-family: 'Open Sans';
font-weight: bold;
}
.button-style-migal:hover {
background-color: #ffffff;
color: #d21518;
}