body {
    background-color:#202040;
    color: lightgrey;
}

a {
    color: white;
}

a:visited {
    color: grey;
}

table {
    border-collapse: collapse;
}

th, td {
    border-color: lightgrey;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 4px;
}

.td_img {
    padding: 10px;
    border-style: none;
}

.wpn_img {
    background-color: grey;
}

.dd_value {
    text-align: right;
    border-right: none;
}
.dd_formula {
    text-align:left;
    border-left: none;
}

.tile_text_left {
    text-align: left;
    padding: 8px;
}
.bullet_point {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
