﻿body {
    background-color: #003C43;
    font-family: Brokman, Arial, sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

form {
width: 90%;
}

h1 {
    margin-top: 0;
    font-size: 24px;
}

h2 {
    color: white;
}

.hidden {
    display: none;
}

ul {
    list-style-type: none;
}

li {
    margin-bottom: 0.5rem;
}

.spanHeader {
    font-weight: normal;
}
.regNoWrapper {
    display: flex;
    border: 10px;
    /*width: 5rem;*/
}

.regNoInput {
    background: white;
    flex: 1;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 0.25rem 0.25rem 0;
    border-width: 2px;
    border-color: transparent;
    max-width: 20rem;
}

.licensePlate {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.3rem;
    color: white;
    background: #003399;
    border-radius: 0.25rem 0 0 0.25rem;
}

.eu-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-top: 0.4rem;
    border-radius: 0.5rem;
    border: 2px dotted #ffcc00; /* Pantone Yellow motsvarar RGB: 255/204/0 (hexadecimal: FFCC00) (http://publications.europa.eu/code/sv/sv-5000100.htm) */
    box-sizing: border-box;
}

.getButton {
    color: white;
    background: #FF8200;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.25rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.marginLeft {
    margin-left: 1rem;
}

.marginTop {
    margin-top: 1rem;
}

.resultDiv {
    color: #515151;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.25rem;
    width: 30rem;
    margin-top: 2rem;
    padding: 1rem;
}

.right {
    float: right;
}
