table {
	width: 100%!important;
	display: table!important;
    border-collapse: separate!important;
    box-sizing: border-box!important;
    border-spacing: 2px!important;
    border-color: grey!important;
}
table tbody td, table tbody th {
   	text-align: inherit!important;
    border: inherit!important;
    height: inherit!important;
    width: inherit!important;
    padding-top: inherit!important;
    padding-right: inherit!important;
    padding-left: inherit!important;
    vertical-align: inherit!important;
    white-space: inherit!important;
    padding: .5rem .625rem .625rem!important;
}
tr {
	height: inherit!important;
}
table tbody td span, table tbody th span {
	color: #1D363E!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 24px!important;
}