body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: black;
    background-color: white;
    margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 14px;
	vertical-align: top;
    background-position: top center;
    background-image: url('/images/pink-background.jpg');
    background-size: cover;
}

body, html {
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

table {

}

td {
    vertical-align: center;
    text-align: center;
}

td.row-label {
    text-align: left;
    padding-left: 6px;
}

#gsotcc {
    height: 50px;
    width: 182px;
}

#iu-badge {
    display: flex;
    height: 150px;
    width: 150px;
    border: 6px black;
    border-radius: 100%;
    background-image: url('/images/imperfectly-you.jpg');
    background-size: contain;
    background-color: white;
}


#title-area {
    display: flex;
    flex-direction: column;
}
#title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24pt;
    padding: 12px;
    width: 100%;
    border: 0 2px 0 2px;
    border-style: solid;
    border-color: rgba(255,255,255,.15);
    margin-bottom: 6px;

}
#sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(119, 28, 107);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20pt;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

.hidden {
    display: none !important;
}

.main-table {
    font-size: 10pt;
    background-color: rgb(255, 163, 250);
}

.main-header {
    color: white;
    background-color: #3a3a3a;
    padding: 6px;
}

.main-row {
    color: black;
    background-color: white;
    padding: 6px;
}

.cell {
    padding: 6px;
}

.main-daisy {
    background-color: #def0f4;
}

.main-brownie {
    background-color: #efefe5;
}

.main-junior {
    background-color: #e9eaff;
}

.main-cadette {
    background-color: #f7dee2;
}

.main-senior {
    background-color: #fdebdd;
}

.main-ambassador {
    background-color: #ffffd1;
}

.section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px;
    width: 100%;
}
.section.dark {
    background-color: rgba(255, 128, 249, 0.5);
}
.section.white {
    background-color: white;
}
.section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 800px;
    padding: 6px;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 800px;
    padding: 6px;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16pt;
    font-weight: normal;
    text-align: justify;
    color: black;
    padding: 12px;
    /*width: 100%;*/
}

.bold {
    font-weight: bold;
}