@import url("../fonts/fonts.css");
@import url("../fonts/fontawesome/css/all.css");

body {
    background-color: #C5D4E7;
    color: #020202;
    line-height: 1.25rem;
}

h1 {
    color: #333;
    font-size: 1.875rem;
    font-weight: 900;
}

h2 {
    color: #333;
}

article {
    padding: 0 1em 1em 1em;
}

article p {
    padding-left: 6px;
}

footer {
    background-color: #DBE5F1;
    padding: 0.2em;
    text-align: center;
    color: #040404;
}

#wrapper {
    background-color: #fff;
    max-width: 515px;
    margin: 1em auto;

    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.2);
}

#main-head {
    background-color: #DBE5F1;
}

.header-text {
    padding-left: .6em;
    line-height: 1.6rem;
}

.message-box {
    padding-left: 5px;
    border-color: #7e7e7e42;
    border-width: thin;
    border-style: solid;
}

.message {
    font-size: 1.15em;
    margin: 0;
    padding: 5px 5px 5px 0;
}

/* color message-boxes */
.success {
     background-color: #effff5;
}

.error {
     background-color: #ffefef;
}

.feide-logo {
    float: left;
    border: none;
    margin: 10px;
    height: 45px;
    width: auto;
}

.feide-button {
    border: solid 1px #0051b2;
    background-color: #0051b2;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
}

.clear {
    clear: both;
}

/* Style related to table showing attributes */
table.attributes {
    width: 100%;
    margin: 20px 0 0 0;
    border: 1px solid #bbb;
    border-collapse: collapse;
}

table.attributes td.attrname {
    text-align: left;
}

table.attributes tr.even td {
    background: #eee;
}

table.attributes tr td {
    border-bottom: 1px solid #bbb;
    border-left: 0px;
    border-right: 0px;
    background: #fff;
    padding: 5px;
    word-break: break-all;
    vertical-align: top;
}

table#table_with_attributes tr:last-child td {
    border-bottom: none;
}

