body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.signature{
font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
color: #0099D5;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid transparent;
background: #0099D5;
color: #fff;
}
.font-weight-lighter{
font-weight: 300;
background: #0099D5;
color: #fff;
}
.inv{
background: #E6E4E7;
}
.my-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.my-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.py-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.px-3 {
padding-left: 1rem !important;