#content-pane {
    font-size: 20px;
}

#drill-body
{
    padding-right: 20px;
    padding-left: 20px;
}

#header-plane-img-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#drill-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.section {
    margin-top: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.big-img {
    display: block;
    margin: 20px auto;
    width: 80%;
    cursor: zoom-in;
}

#drill li
{
    font-weight: bold;
    margin: 20px;
}

#example iframe
{
    display: block;
    margin: 20px auto;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 80%;
}

.actions-table
{
    margin: 20px auto;
    width: 80%;
}

table, th, td {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 7px;
}