body {
    margin: auto;
    width: 700px; 
    background-image: url(strand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px; 
    font-family: "Trebuchet MS";
    color: #eee;
}

.content {
    background: rgba(23, 33, 80, 0.9);
    padding: 20px 40px; 
}

h1 {
    text-transform: uppercase; 
}

.left {
    width: 50%; 
    display: flex; 
}
.leftleft {
    width: 40%;
}
.resetyp{
    padding: 0 0 10px 0; 

}
.leftright {
    width: 60%;
}
.leftright div {
    margin: 10px; 
}
.leftright div:first-child{
    margin-top: 0; 
}

.right {
    width: 50%;

}

.bottom {
    width: 100%; 
    display: flex; 
    padding: 20px 0 0 0; 
}


input[type=submit], input[type=button]  {
    color: white; 
    padding: 7px; 
    background: #8C99DD;
    border-radius: 25px; 
    font-weight: bolder;
    font-size: 18px; 
}
input[type=submit]:hover, input[type=button]:hover {
    cursor: pointer; 
    background: #6274D0; 
}

input[type=reset] {
    margin: 0 0 20px 0; 
}
input[type=reset]:hover{
    cursor: pointer; 
}

input[type=text], input[type=number], input[type=tel], input[type=password], input[type=date], input[type=email],
input[type=range], select {
    height: 25px; 
    outline: none; 
}

.title {
    line-height: 30px; 
    font-weight: normal; 
    text-align: left; 
}

.destination {
    width: 40%;
    border-radius: 20px; 
    padding: 3px;
}

.destination::placeholder {
    color: black; 
    padding: 0 0 0 5px; 
}


.tabledate {
    width: 100%;
}

.tabledate th {
    text-align: left;
    font-weight: normal; 
}

.date input{
    width: 70%;
}

.rangediv {
    margin: 20px 0; 
}

.pricerange {
    -webkit-appearance: none; 
    width: 80%;
    color: yellow; 
    border-radius: 10px; 
    outline: none; 
    height: 15px !important; 
    margin: 5px 5px 0 5px; 
}

.pricerange::-webkit-slider-thumb {
    -webkit-appearance: none; 
    background: #8C99DD;
    width: 25px; 
    height: 25px; 
    border-radius: 15px; 
}
.pricerange::-webkit-slider-thumb:hover {
    cursor: pointer;
    background: #6274D0; 
}

.people {
    display: flex; 
}

.destination, fieldset {
    border: 2px solid #8C99DD;
} 

legend {
    text-transform: uppercase; 
    letter-spacing: 1px; 
    padding: 0 5px 0 5px; 
    font-weight: bold;
    font-size: 22px; 
}

.peoplecategory {
    line-height: 30px; 
}

/* NY SIDA */

.flyg {
    width: 100%;
    display: flex;
    border: solid 1px black; 
    background: #fff; 
}

.info {
    width: 70%;
    display: flex;
    color: black; 
}

.pris {
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #338;
}

.info img {
    width: 40%;
    padding: 10px;
    margin: 0 20px 0 0;
}

.person, .card {
    margin: 20px 0; 
    padding: 10px; 
}

.inputname {
    width: 45%;
}

.gender-td {
    display:flex; 
}
.gender:first-child {
    margin-right: 10px; 
}

.genderbirthdate {
    width: 95%; 
}

.birthdate {
    width: 60%; 
}

.email {
    width: 50%; 
}

.textarea {
    max-width: 550px; 
    max-height: 100px; 
    min-height: 30px;
    min-width: 150px; 
    outline: none; 
    font-family: inherit; 
}

.tabletel {
    width: 50%; 
}

.inputsection {
    margin: 10px; 
}


.payicons {
    font-size: 30px !important;  
}

.fa-cc-mastercard {
    color: #eb001b;
}

.fa-cc-paypal {
    color: #2997d8; 
}

.fa-cc-visa {
    color: #f7b600; 
    
}

.paymentmethod td {
    padding: 0 20px 0 0; 
} 
.paymentmethod td:last-of-type {
    padding: 0; 
}
.paymentmethod input {
    margin: 0 0 0 10px; 
}

.cardnumber {
    width: 20%;
}


.expirationdate input {
    width: 30%;
    
}


.klar {
    text-align: center; 
}

.klartext {
    width: 70%;
    margin: auto; 
}

.klar form {
    margin: 30px 0; 
}

.purchase, .klar {
    background: rgba(255, 255, 255,0.9) !important; 
    color: black !important; 
}



/* EXEMPEL
body {
    background: #fff;  
}

form {
    background: lightblue; 
    width: 400px; 
    margin: auto; 
    padding: 20px; 
    border: 1px solid blue; 
}

label {
    background: blue; 
    color: white; 
    padding: 5px 10px; 
    border-radius: 5px 5px 0 0; 
    display: inline-block; 
}

input[type="text"] {
    background: lightyellow; 
}
*/