﻿body {
    background-color: whitesmoke;
    background-image: url(background-main.png);
}

.disabled {
    margin: 16px;
    width: 736px;
    padding: 16px;
    border: #A21111 solid 2px;
    background: #FFFCDF;
}

.footer {
    clear: left;
    font-size: 85%;
    text-align: center;
    margin: 35px 0 20px 0;
    padding: 0;
}

.container {
    width: 800px;
    height: auto;
    margin: auto;
    padding: 16px;
    background-color: white;
}

.header {
    float: left;
    height: 80px;
    margin-left: 80px;
}

.pic-left {
    float: left;
    width: 168px;
    height: 62px;
    background-image: url("Micronet-Logo-80px.jpg");
    background-repeat: no-repeat;
}

.pic-right {
    float: right;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.content {
    padding-top: 24px;
    clear: both;
}

.loading {
    display: inline;
}

.not-found {
    border: red solid 2px;
    height: 18px;
    width: 141px;
    padding: 4px;
    display: inline-block;
    display: none;
    margin-left: 43px;
}

.url-code {
    height: 10px;
    padding: 4px;
    display: inline-block;
    margin-left: 43px;
}

.applebox {
    width: auto;
    height: auto;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 10px 20px 10px;
    margin: 0 0 20px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}

    .applebox .col {
        width: 140px;
        float: left;
        margin: 0 0 0 30px;
    }

.spacer1 {
    padding: 20px 20px 10px;
    margin: 80px 0 20px;
}
