﻿body {
    background-color: #ffffff;
}

h2, h3, h4, h5 {
    position: relative;
    text-align: center;
    text-decoration: underline;
}

.womenOnlyDiv {
    background-color: #cac8c8;
}

.womenOnlyHeader {
    text-align: left;
    margin-left: 10%;
}

.endDecL {
    text-align: start;
    margin-right: 40px;
    width: 70%;
}

.endDecI {
    text-align: start;
    margin-right: 40px;
    background-color: #eee;
    width: 20%;
}

.iheader {
    font-style: oblique;
    text-decoration: none;
}

.topnav {
    background-color: #0086cb;
    position: relative;
    text-align: center;
}

.row {
    margin-top: -30px;
}

#healthheader {
    color: white;
    font-size: 50px;
    margin-top: 0px;
    width: 100%;
    position: absolute;
}

.com {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

ul {
    background-color: #0086cb;   
    padding: 0;
    display: table;
    width: 100%;
    
}

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #eee;
    width: 50%;
    font-size: 20px;
    margin-left: 10px;
}

    input[type=checkbox], input[type=radio] {
        width: 3%;
    }

.iptSizeDate {
    margin-left: 30px;
    width: 20%;
}

.drdown {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #eee;
    font-size: 20px;
    margin-left: 10px;
    width: 35%;
    padding-left: 25px;
}

.buttonDiv {
    width: 67%;
    float: right;
    margin-left: 10px;
}

.radiolabel {
    margin-left: 1px;
}

.lblSize {
    width: 30%;
    margin-bottom: 15px;
}

.iptSize {
    width: 65%;
}

#SubmitButton {
    position: relative;
    margin: 0 auto;
    width: 20%;
    background-color: #5cb85c;
    color: white;
    padding: 25px;
    text-decoration: none !important;
    text-shadow: none !important;
    text-decoration-line: none !important;
    border-radius: 18px;
}

label {
    font-size: 20px;
    margin-left: 40px;
    text-align: right;
    /*width:40%;*/
}

.no-outline:focus {
    outline: none;
}


/*label {
    display: inline-block;
    width: 610px;
    color: #777777;
    text-align: right;
}

input {
    padding: 5px 10px;
}*/

li {
    color: white;
    background-color: #0086cb;
    display: table-cell;
    font-size: 20px;
    padding-top: 10px;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover {
            background-color: #ffffff;
            color: #0086cb;
            text-decoration: none;
        }

        li a:focus {
            background-color: #ffffff;
            color: #0086cb;
            text-decoration: none;
        }

        li a:active {
            background-color: #ffffff;
            color: #0086cb;
            text-decoration: none;
        }

.highlight a{
    background-color: #ffffff;
    color: #0086cb;
}

.header {
    position: relative;
    text-align: center;
    background-color: #96e1f2;
    color: white;
    text-decoration: none;
}

.headerDiv {
    position: relative;
    
    margin-left: 20px; 
    background-color: #ffffff;
    color: #000000;
}

#svgDiv {
    float: left;
}

.btn {
    background-color: #0086cb; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 18px 18px; /* Some padding */
    font-size: 28px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */
    .btn:hover {
        background-color: #0086cb;
        color: #ffd800;
    }

    .btn:active {
        background-color: #0086cb;
        color: #ffd800;
    }

#rightButton {
    float:right;
    margin-right:30px;
}

#leftButton {
    margin-left: 20px;
}




