.rentaloverallcontainer {
    margin-top: 20px;
    margin-bottom: 20px;  
}

.rentalheadercontainer {
    text-align: center; 
    margin-left: 90px;
    width: 10%; 
    padding: 1px; 
}

.rentaldualcontainer {
    columns: 2; 
}

.rentalfieldscontainer {
    overflow: hidden;
    margin-left: 90px; 
    background: beige; 
    width: 100%; 
    height: 1100px; 
    border-radius: 4px;
    border: 4px solid black;
}

.pricecontainer {
    display: block;
    overflow: hidden; 
    background: beige; 
    width: 60%; 
    height: 550px; 
    margin-left: 115px;
    margin-bottom: 25px;
    border-radius: 4px; 
    border: 4px solid black; 
}

.rentalnamescontainer {
    columns: 2; 
}

.emailphoneradiocontainer {
    columns: 2; 
}

.entercontactcontainer {
    margin-left: 7px;
    margin-top: 50px;
}

.enternumbercontainer {
    display: inline-flex;
    margin-top: -9px;
    margin-left: -145px; 
    overflow: hidden;
    columns: 6; 
}

.enteremailcontainer {
}

.switchablecontainer {
}

.enterdatecontainer {
    margin-top: 15px; 
}

.startdatecontainer {
    margin-top: 4px; 
    margin-left: 7px; 
    columns: 2; 
}

.enddatecontainer {
    margin-top: 25px; 
    margin-left: 7px;
    columns: 2; 
}

.enternumberofbikescontainer {
    margin-top: 15px; 
}

.dualbuttoncontainer {
    columns: 2;
    margin-top: 70px;  
}

.pricepreviewcontainer {
    overflow: hidden;
    margin-left: 115px; 
    width: 60%; 
    background-color: beige; 
    height: 516px; 
    border-radius: 4px;
    border: 4px solid black;
}

.formcheckboxcontainer {
    margin-top: 40px; 
    margin-left: 30px; 
}

.blackoverlay {
    display: none;
    justify-content: center; 
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1006;
}

.popupcontainer {
    display: none;
    position: fixed;
    top: 10%;
    left: 30%; 
    right: 30%;   
    width: 570px;
    height: 900px;
    padding: 4px;
    background-color: white;
}

.pagebuttonscontainer {
    display: inline-flex;
    margin-left: 20px; 
}

.errorparagraphscontainer {
    display: none; 
}

.firstpagearrowbutton {
    display: inline-flex; 
    background-color: seagreen; 
    border-radius: 10px; 
    border: 4px solid black;
    margin-right: 30px; 
    color: white;
    width: 50px; 
    height: 50px;  
    text-align: center;
    justify-content: center; 
    cursor: pointer; 
}

.firstpagearrowbutton:hover {
    background-color: #111111; 
    cursor: pointer; 
}

.secondpagearrowbutton {
    display: inline-flex; 
    background-color: seagreen; 
    border-radius: 10px; 
    border: 4px solid black; 
    margin-right: 60px;
    color: white; 
    width: 50px; 
    height: 50px;
    justify-content: center;  
    text-align: center; 
    cursor: pointer; 
}

.secondpagearrowbutton:hover {
    background-color: #111111; 
    cursor: pointer; 
}

.clearbutton {
    margin-left: 100px;
    background-color: seagreen;
    border-radius: 10px;  
    border: 4px solid black; 
    color: white; 
    padding: 10px 20px;
    text-align: auto; 
    text-decoration: none;
    display: inline-flex; 
    font-size: 16px; 
    cursor: pointer;  
}

.enterbutton {
    margin-left: 30px; 
    background-color: seagreen; 
    border-radius: 10px;
    border: 4px solid black;
    color: white; 
    padding: 10px 20px; 
    text-align: auto; 
    text-decoration: none; 
    display: inline-flex; 
    font-size: 16px; 
    cursor: pointer; 
}

.clearbutton:hover {
    background-color: #111111; 
    cursor: pointer; 
}

.enterbutton:hover {
    background-color: #111111;
    cursor: pointer;
}

.pagegobackbutton {
    display: inline-flex;
    justify-content: center; 
    text-align: center; 
    background-color: seagreen;
    margin-right: 25px; 
    border-radius: 10px; 
    border: 4px solid black; 
    color: white;
    width: 200px; 
    height: 50px;  
    cursor: pointer; 
}

.pagegobackbutton:hover {
    background-color: #111111; 
}

@media (max-width: 1300px) {
    .rentalfieldscontainer {
       	height: 1300px; 
    }

    .pricecontainer {
	height: 750px; 
    }
}

h2.booking {
    color: black; 
    padding: 15px; 
    font-size: 24px; 
    font-weight: 200; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif; 
}

h2.name {
    color: black; 
    margin-left: 7px;  
    padding: 15px; 
    font-size: 24px; 
    font-weight: 200; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

h2.emailphone {
    color: black; 
    margin-left: 7px; 
    padding: 15px; 
    font-size: 24px; 
    font-weight: 200; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

h2.date {
    color: black; 
    margin-left: 7px; 
    padding: 15px; 
    font-size: 24px; 
    font-weight: 200; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

h2.numberofbikes {
    color: black; 
    margin-left: 7px; 
    padding: 15px; 
    font-size: 24px; 
    font-weight: 200; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

form.name {
    font-size: 20px;
    margin-left: 22px; 
    line-height: 20px; 
}

form.numbers {
    width: 30%; 
}

input.numbers {
    margin-top: 4px;
    margin-left: -11px; 
    padding: 9px;
    width: 20%; 
}

input.emailaddress {
    padding: 7px;
    margin-top: -120px; 
    margin-left: 21px;
    width: 30%; 
}

input.startday {
    margin-top: 11px; 
    margin-left: 25px; 
}

input.starttime {
    margin-top: 11px;
    margin-left: 25px;
}

input.bikesnumbers {
    display: block; 
    margin-top: 11px; 
    margin-left: 330px; 
}

input.radiobuttons {
    margin-left: 22px; 
}

label.radiolabel {
    color: black;
    margin-left: 7px; 
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100;
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

label.emailphonelabel {
    color: black;
    margin-left: 7px; 
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

label.dashlabels1 {
    letter-spacing: 5px; 
    color: black;
    padding: 10px; 
    font-size: 16px;
    font-weight: 100; 
    line-height: 1.5;  
    font-family: Arial, Helvetica, sans-serif;
}

label.dashlabels2 {
    letter-spacing: 5px; 
    color: black;
    margin-left: -150px; 
    padding: 10px; 
    font-size 16px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

label.avalerrlabel {
    display: none; 
    color: red; 
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif; 
}

label.startdatelabel {
    display: inline-block;
    width: 80px; 
    color: black;
    margin-left: 7px;  
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

label.enddatelabel {
    display: inline-block; 
    width: 80px; 
    color: black; 
    margin-left: 7px; 
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100; 
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

label.previewlabel {
    display: inline-block; 
    margin-left: 100px; 
    margin-top: 10px;  
    width: 160px; 
    color: black; 
    padding: 10px; 
    font-size: 24px; 
    font-weight: 100;
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}

label.checkboxlabel {
    display: inline-flex; 
    margin-left: 20px; 
    color: black; 
    padding: 10px; 
    font-size: 16px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Ariaal, Helvetica, sans-serif;
}

a.submit {
}

a.submit:hover {
    background-color: none;
}

a.formlink {
    font-size: 22px; 
    color: blue; 
    font-family: Arial, Helvetica, sans-serif; 
}

a.formlink:hover {
    cursor: pointer; 
    background-color: green; 
}

a.pagepointers {
    margin-left: 19px; 
    margin-top: 10px;
    font-size: 25px; 
    color: white; 
}

a.pageback {
    margin-top: 10px;
    margin-left: 11px;
    font-size: 25px; 
    color: white; 
}

p.prices {
    display: block;
    width: 90%; 
    color: black; 
    margin-left: 17px;
    margin-right: 17px; 
    padding: 7px; 
    font-size: 22px; 
    font-weight: 100;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden; 
}

p.pricesheader {
    display: inline-flex;
    width: 100%; 
    color: black; 
    margin-left: 17px;
    margin-right: 17px; 
    padding: 7px; 
    font-size: 22px; 
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden; 
}

p.preview {
    display: inline-flex; 
    width: 100%; 
    color: black; 
    margin-left: 17px; 
    margin-right: 17px;
    padding: 7px;
    font-size: 22px; 
    font-weight: 100; 
    line-height: 1.5; 
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

p.pagenumber {
    display: inline;
    color: black;
    margin-right: 20px;
    margin-bottom: 80px; 
    width: 40%; 
    font-size: 22px; 
    font-weight: 100;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

p.errorparagraph {
    display: inline-flex;
    margin-left: 20px; 
    color: red; 
    width: 100%; 
    font-size: 17px; 
    font-weight: 100; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif; 
}

p.submitbutton {
    color: white;
    font-size: 17px; 
    line-height: 1.5; 
    font-family: Arial, Helvetica, sans-serif;
}
