HTML, Body {
    font-family: serif, sans-serif, Lobster;
    color: white;
    font-size: 100%;
    margin: 0 5px 5px 0;
    height: 100%;
    min-height: 100%;
    background-color: black;
}
.ClearPageSection {
    width: 99%;
    padding: 4px;
    display: block;
    margin-bottom: 5px;
}
.FormInput {
    font-family: serif;
    font-size: 8.0pt;
    color: #000000;
    text-align: left;
    vertical-align: bottom;
}
.FormInput[type=checkbox] {
    font-family: serif;
    font-size: 8.0pt;
    color: #FFFFFF;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    right: 2px;
}
.FormLabel {
    font-family: serif;
    font-size: 8.0pt;
    padding-left: 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
}
.FormLabelReq {
    font-family: serif;
    font-size: 8.0pt;
    padding-left: 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    border-left: 2px solid red;
}
.FormSection {
    width: 99%;
    padding: 4;
    text-align: center;
    background-color: #000000;
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.FormText {
    font-family: serif;
    font-size: 12.0pt;
    padding-left: 5px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
}
.Input {
    width: 100%;
    border: 1px solid red;
    text-align: left;
    padding: 4px;
    background-color: #000000;
    border-spacing: 2px;
}
.InputHeader {
    font-family: serif;
    font-size: 14.0pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid red;
}
.Page {
    clear: both;
    position: absolute;
    width: 96%;
    height: 85%;
    min-height: 80%;
    left: 0;
    right: 0;
    padding: 0 5px 0 5px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    margin: 5px auto 5px auto;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: url(/images/green_cup.png) repeat 0 0; */
    background-color: #36454F;
}
.PageFooter {
    position: fixed;
    margin-top: -15px;
    bottom: 0;
    width: 100%;
    height: 15px;       /* Height of the footer */
    padding-top: 5;
    font-family: serif;
    font-size: 10px;
    line-height: 125%;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    color: #FFFFFF;
    border-top: 1px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-color: lightblue;
    border-style: ridge;
}
.PageHeader {
    width: 100%;
    height: 55px;
    position: relative;
    font-family: lobster-two-bold-italic;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    vertical-align: top;
    color: #FFFFFF;
    border-bottom: 1px solid lightblue;
}
.PageLayout {
    width: 99%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 15; /* Height of the footer */
}
.PageSection {
    width: 99%;
    padding: 4;
    text-align: center;
    border-top: 1px solid #000080;
    border-left: 1px solid #000080;
    border-right: 2px solid #000080;
    border-bottom: 2px solid #000080;
    background-color: #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.PopupMessage {
    display: none;
    position: fixed;
    text-align: left;
    left: 50%;
    top: 50%;
    width: 420px;
    padding: 4;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    background-color: #36454F;
    margin-left: -200px;
    margin-top: -150px;
    z-index: 200;
}
.PopupMessageWide {
    display: none;
    position: fixed;
    text-align: left;
    left: 50%;
    top: 50%;
    width: 600px;
    padding: 4;
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    background-color: #36454F;
    margin-left: -300px;
    margin-top: -300px;
    z-index: 200;
}

h1 {
    font-family: serif;
    font-weight: bold;
    color: #F5F5F5;
    font-size: 40px;
    text-decoration: underline;
    text-align: center;
}
h2 {
    font-family: Lobster, serif;
    font-weight: bold;
    color: #F5F5F5;
    font-size: 32px;
    text-align: center;
}
p {
    font-family: serif;
    font-weight: normal;
    color: #FAF9F6;
    font-size: 18px;
    text-align: left;
}
.BookInfo {
    border: 0;
    padding: 2;
    background-color: #000000;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.button-primary {
    display: inline-block;
    padding: 14px 28px;
    font-family: Lobster;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    background: 
        linear-gradient(
            180deg, 
            #B31217 0%, 
            #8B0000 100%
        );
    border: 1px solid #5A0000;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.6), 
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease-in-out;
}
.button-primary:hover {
    background: linear-gradient(
        180deg, 
        #D4161C 0%, 
        #A30000 100%
    );
    transform: translateY(-2px);
    box-shadow: 
        0 6px 14px rgba(0, 0, 0, 0.7), 
        0 0 8px rgba(180, 0, 0, 0.6);
}
.button-primary:active {
    transform: translateY(1px);
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.6), 
        inset 0 2px 4px rgba(0, 0, 0, 0.4);
}
.button-secondary {
    display: inline-block;
    padding: 14px 28px;
    font-family: Lobster;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #A30000;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
}
.button-secondary:hover {
    background: rgba(139, 0, 0, 0.2);
    border-color: #D4161C;
    box-shadow: 
        0 0 10px rgba(180, 0, 0, 0.5);
}
.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}
