html{
    overflow: hidden;
}
table{
    border: none;
    background: #92BF20;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}
table tr:first-child th{
    text-align: left;
    padding-bottom: 7px;
}
table tr:last-child td{
    padding-top: 7px;
    font-size: 12px;
    font-weight: normal;
}
table tr td{
    border: none;
}
table tr td:first-child{
    font-weight: bold;
}
table tr td:last-child{
    text-align: left;
}