.post .post-title { font-size: 3rem; line-height: 4rem; }

.post img { width: 100%; }

.inline { display: inline; }

.italic { font-style: italic; }

.job-experience-article { margin-bottom: 60px; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 40px; border-radius: 10px; }

@media screen and (max-width: 680px) { .job-experience-article { margin-bottom: 60px; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; padding: 35px; border-radius: 10px; } }

.info-table-section { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 50px; }

.info-table-section .info-table { margin: auto; display: flex; flex-direction: column; width: 70%; border: 1px solid white; }

.info-table-section .info-table thead, .info-table-section .info-table tbody { width: 100%; }

.info-table-section .info-table tr { display: flex; justify-content: space-between; }

.info-table-section .info-table tr td, .info-table-section .info-table tr th { border: 1px solid white; text-align: start; font-size: 20px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; width: 50%; }

.about-page-section { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 50px; }

.pages-jobs-dish-network__main { display: flex; flex-direction: column; align-items: center; }

.pages-jobs-dish-network__main .page-title { font-size: 2rem; text-decoration: underline; text-align: center; }

.pages-jobs-dish-network__main .section-title { font-size: 1.5rem; }

.pages-jobs-dish-network__main .section-sub-title { margin: 10px; }

.pages-jobs-dish-network__main article { width: 80%; display: flex; flex-direction: column; align-items: flex-start; }

.pages-jobs-dish-network__main .achievement-summary { font-size: 1rem; cursor: pointer; margin: 10px; }

.pages-jobs-dish-network__main .achievement-explanation { font-size: 1rem; margin: 15px; padding: 10px; border-radius: 10px; }

.pages-jobs-dish-network__main li { list-style: square; }

.invisible { color: transparent; background-color: transparent; }

strong { text-decoration: underline; font-weight: bolder; }

/*# sourceMappingURL=styles.css.map */