.section001 {
    margin-top: 50px;
}

.bee_page_wrapper {
    max-width: 100%;
}

.bee_page {
    background-color: #F2CC11;
    color: #000;
    width: 100%;
    margin: 0;
}

.beecontent {
    padding-bottom: 0;
}

.bee_page_content {
    margin: 0 auto;
    text-align: left;
}

.bee_page_content strong {
    font-weight: bold;
}

.bee_page_content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.bee_page_content li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.bee_page_content li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.bee_page_content li li {
    margin: 0;
}

.bee_page_content li li:before {
    content: counters(item, ".") " ";
}

table,
th,
td {
    border: 1px solid black;
    padding: 5px;
}

.footer a,
.footer a:link,
.footer a:visited {
    color: #6b797f;
    text-decoration: none;
}

.footer a:hover {
    color: #6A9A46;
}

.footer p {
    text-align: center;
    padding-top: 60px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .bee_page_content {
        padding: 15px
    }
}
