# Widget DOCUMENTATION
Style
```
#openModalBtn {
display: block;
width: 250px;
height: 35px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
font-weight: bold;
padding-top: 5px;
margin-bottom: 10px;
margin-top: -20px;
padding-left: 15px;
padding-right: 15px;
background-color: #77CFFC;
color: white;
font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif
}
```
Script
```
```
Button HTML
```
```
#openModalBtn {
display: block;
width: 250px;
height: 35px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
font-weight: bold;
padding-top: 5px;
margin-bottom: 10px;
margin-top: -20px;
padding-left: 15px;
padding-right: 15px;
background-color: #77CFFC;
color: white;
font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif
}