html, body {
    width: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    overflow: auto;
}

#detail {
    position: absolute;
    left: 0px;
    top: 115px;
    margin-left: 15px;
}

#reg_header {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 20px;
}

#reg_notice {
    margin-bottom: 15px;
    width: 600px;
}

#agreements_table {
    width: 420px;
}

.mand_agreement_text {
    color: #B00000 !important;
    text-align: justify;
    padding-right: 10px;
}

#mark_agreement_text {
    text-align: justify;
    padding-right: 10px;
}

#ad_id {
    margin: 0 5px;
}

.flex_row_cont {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex_spacer {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
}

.input_head {
    font-size: 10pt;
}

.button {
    height: 40px;
    font-size: 10pt;
}

.dm_map_info_text {
    font-size: 10pt;
    color: #000;
    margin: 0 0 15px 0;
}

.dm_map_info_text a {
	color: #000;
	text-decoration: underline;
}

.dm_info_text_hl {
	display: inline;
	color: var(--light_blue);
	font-weight: bold;
}

.dm_info_text_hl2 {
	display: inline;
	color: #B00000;
	font-weight: bold;
}

#logoCont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

#logo {
    height: 80px;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
}