@import 'layout-mobile.css';

table {
    width: 98%;
    border-collapse: collapse;
    margin: 2px 0 0 5px;
}

table td {
    text-align: center;
    border: solid 1px gray;
    padding: 5px 0;
}

table th {
    font-weight: normal;
}

.sub-title {
    padding: 0 10px 0;
    color: rgb(241, 151, 115);
}

.summary {
    padding: 0 10px;
}