table{
    width: 100%;
    border-spacing: 0;
}
td,th{
    border-bottom: solid rgb(218, 218, 218) 1px;
    border-spacing:0;
    padding: 15px;
    text-align: left;
}
a{
    display: inline-block;
    width:20%;
}
th{
    text-align: start;
}
body{
    font-family: "GGL-1";
}