body {
    margin: 0;
    padding: 0;
    font-size: 1.16em;
}

body,
* {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
        Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.header {
    background-color: #f5f5f5;
    margin: auto;
    overflow: hidden;
    margin-bottom: 2em;
}

.logo {
    height: 1.5em;
    margin: 1em 0 2em;
}

.header-image {
    max-width: 53%;
    width: 53%;
    transform: translate(0px, 25px);
}

h1 {
    font-size: 2em;
}

.display-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .display-flex {
        flex-direction: column;
    }

    .header-image {
        max-width: 100%;
        width: 100%;
        transform: translate(0px, 7%);
        margin-top: 2em;
    }
}

.content {
    color: #555555;
}

@media only screen and (max-width: 999px) {
    body {
        font-size: 0.9em;
    }
}

a:hover {
    text-decoration: none;
}

.content img {
    float: left;
}

.content p,
.content ul {
    margin: 10px 0 20px;
    font-size: 0.9em;
}

.content p.error {
    border: 2px solid #e4423d;
    padding: 16px;
    font-weight: bold;
    color: #e4423d;
}

.verify:after {
    content: '';
    display: block;
    clear: both;
}

.verify {
    margin-top: 2em;
    margin-left: 9em;
    margin-bottom: 1em;
    font-size: 0.9em;
}

@media only screen and (max-width: 980px) {
    .verify {
        margin-left: 1em;
    }
}

.verify img {
    float: left;
    margin-right: 2em;
}

.verify a.button {
    background-color: #3db7e4;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: table;
    font-size: 0.8em;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.verify a.button:hover {
    text-shadow: none;
}

#result-area table {
    border-collapse: collapse;
    margin: 20px 0 30px;
    border: none;
    width: 100%;
    border-spacing: 2px;
    border-color: #808080;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
}

#result-area tbody {
    vertical-align: middle;
    border-color: inherit;
}

#result-area th {
    background-color: #ebebeb;
    font-weight: normal;
    width: 24em;
    border-spacing: 2px;
    border-color: #808080;
}

#result-area th,
#result-area td {
    text-align: left;
    border: 0;
    padding: 5px 10px;
}

input[type='text'] {
    width: 175px;
    border: 1px solid #b4b4b4;
    padding: 3px 5px;
    margin: 2px 0;
    background: #fff;
    line-height: 18px;
    margin-right: 10px;
    font-size: 0.9em;
}

button#domain-search {
    background: rgba(0, 0, 0, 0) url('/static/www.nic.cz/images/button.png')
        no-repeat top left;
    width: 115px;
    height: 27px;
    color: #fff;
    float: none;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 2px 0;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

button#domain-search:hover {
    background-position: 0 -27px;
}

table.info {
    background-color: #ebebeb;
    padding: 1em;
    margin: 10px 0 20px;
    font-size: 16px;
}

.table-border {
    padding: 2opx;
    background-color: #ebebeb;
    display: inline-block;
    padding: 10px 16px 0px;
}

td:first-child {
    padding-left: 2em;
    padding-right: 1em;
    width: 14em;
}

td:last-child {
    color: #003893;
    font-weight: bold;
    padding-right: 3em;
}

#waiting {
    margin: 10px 0 20px;
}

.data.reghandle {
    color: #003893;
    font-weight: bold;
}

input[type='text'].missing {
    border: solid #f00 2px;
}

@media (min-width: 768px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 980px;
    }
}
