.main {
    margin-top: 10px;
}

table.energy {

}

table.energy td {
    padding: 3px 10px 3px 3px;
}

table.energy td:last-child {
    min-width: 200px;
    padding: 3px 3px 3px 3px;
}

table.map {
    width: 100%;
    margin-top: 10px;
}

table.map td {
    border: 1px solid darkgrey;
    padding: 5px;
    width: 33%;
    vertical-align: top;
}

table.map tr {

}

ul.action-list {
    margin-bottom: 0;
    padding-inline-start: 0;
}

ul.action-list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.field-deactivated {
    color: lightcoral;
    background-color: black;
}

table.turn-events {
    margin: auto;
}

table.turn-events td.buffer {
    height: 20px;
    text-align: center;
}

table.turn-events td.event {
    text-align: center;
    border: 1px solid black;
    padding: 5px;
    min-width: 125px;
}

.source-field {

}

.source-field p {
    margin-bottom: 5px;
}

.source-field p:last-child {
    margin-bottom: 0;
}

.bg-used {
    background-color: lightcoral;
}

.bg-unused {
    background-color: lightgreen;
}

.map-actions {
    line-height: 42px;
}
