html, body {
     font-family: Arial;
     margin: 0px;
     background-color: #222;
     min-width: 1100px;
     font-size: 16px;
}

a {
    text-decoration: none;
    color: #888;
}

#display_type_combo {
    width: 380px;
    margin: 10px;
}

#title_table {
    border-spacing: 0px;
    border-collapse: collapse;
}

#title_image {
    width: 770px;
    height: 56px;
}

th {
    font-weight: normal;
    font-size: 100%;
    white-space: nowrap;
}

#header_div {
    padding-left: 0px;
}

#title_table {
    width: 100%
}

.title {
    font-size: 150%;
    font-weight: bold;
}

#controls_div {
    float: left;
    width: 400px;
}

#image_div {
    width: calc(100% - 410px);
    height: 709px;
    overflow: hidden;
    float: right;
    border: 1px solid #CCC;
    background-color: #FFF;
}

#image_div label {
    width: 100%;
    background-color: #CCC;
    font-weight: bold;
    display: block;
    background-color: #CCC;
    padding: 5px;
}

.section {
    background-color: #FFF;
    width: 400px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.section_label {
    display: block;
    width: 390px;
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}

#text_selector {
    margin: 5px;
    width: 390px;
    height: 85px;
}

#text_selector textarea {
    width: 280px;
    height: 80px;
    font-family: Courier, mono;
    float: left;
    resize: none;
}

#text_selector button {
    float: right;
    width: 100px;
    height: 40px;
    margin-bottom: 5px;
    display: block;
}

#color_selector {
    margin: 5px;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

input[type="radio"] {
    width: 16px;
}

.color_selection {
    width: 180px;
}

.color_selection img {
    vertical-align: middle;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.color_selection_custom {
    width: 360px;
    padding-top: 10px;
}

.color_selection_custom div {
    width: 250px;
}

.color_selection_custom table {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.color_selection_custom input[type="color"] {
    width: 60px;
}

.color_selection_custom table th {
    text-align: right;
    font-weight: normal;
    font-size: 90%;
}

#size_selector {
    padding: 10px;
    width: 400px;
}

#size_selector th {
    text-align: left;
}

#size_selector td {
    width: 100%;
    text-align: right;
}

#size_combo, #cursor_combo {
    width: 200px;
}

#size_selector input[type="text"] {
    width: 86px;
}

#size_selector span {
    font-size: 80%;
}

#image_preview {
    width: 100%;
    height: calc(100% - 30px);
    overflow: scroll;
}

#spacer_div {
    width: 100px;
    height: 10px;
}

#instructions_div {
    width: 90%;
    min_width: 500px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
