* {
    font-family: "Open Sans", sans-serif !important;
}

table {
    border-collapse: separate !important;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    line-height: 23px !important;
}

table td {
    padding: 5px 10px;
    border-bottom: 1px solid #c1c1c1;
}

table td:not(:last-child) {
    border-right: 1px solid #c1c1c1;
}

table tr:last-of-type td {
    border-bottom: 0;
}

table p, table ul, table ol, table a {
    margin: 0 !important;
}

table.no-borders, table.no-borders tr, table.no-borders td, table.no-borders th {
    border: 0 !important;
}

.tm-main img {
    border-radius: 3px;
}