a.btn{
  display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
margin-bottom: 1rem;
-webkit-appearance: button;
}

a.close-modal{
  text-decoration: none;
color: transparent !important;
border-bottom: 0px !important;
}


#full-modal{
  width: 100% !important;
  max-width: 100% !important;
}
