body {
    margin: 0;
    padding: 0;
    /* font-family: 'Lato', sans-serif; */
    font:normal 14px/2.0em Sans-Serif;
    color: rgba (0,0,0,0.45);
    font-size: 100%;
    line-height: 1.25;
}

#logo {
    margin: 10px;
}

#top-bit {
    color: white;
    background-color: #26C281;
    height: 450px;
    display: table;
    width: 100%;
}

#navigation {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

#navigation ul {
    list-style: none;
}

#navigation ul li {
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
}

#navigation ul li a {
    color: white;
    text-decoration: none;
}

#navigation ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

.feature {
    margin-top: 50px;
    margin-bottom: 30px;
}

.feature-inner > h1 {
    font-size: 3em;
    padding: 20px;
}

#search-form {
    position: relative;
    margin: 0 auto;
    max-width: 860px;
    width: 100%;
    text-align: left;
    font-size: 2.5em;
    padding-bottom: 40px;
}

#search-form ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#search-form ol {
    background-color: #fff;
    width: 100%;
    height: 2.35em;
}

.inputs li {
    z-index: 100;
    position: relative;
    height: 0;
}

.inputs input[type=text] {
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.7em 1em 0.5em 0.7em;
    width: calc(100% - 4em);
    border: none;
    # border-bottom: 10px solid rgba(0,0,0,0.1);
    background: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 1em;
    line-height: 1;
}

.inputs input[type=submit] {
    border: none;
    color: rgba(0,0,0,0.8);
    font-size: 0.5em;
    background: rgba(0,0,0,0.1);
    position: absolute;
    cursor: pointer;
    # border-bottom: 10px solid rgba(0,0,0,0.1);
    top: 0;
    right: 0;
    padding: 0.5em 1em 0.5em 0.7em;
    height: 4.70em;
}

.inputs input[type=submit]:hover {
    color: rgba(0,0,0,0.5);
}

#center-bit-inner table {
    width: 80%;
}

@media screen and (max-width: 54.75em) {
    #search-form {
        font-size: 1.8em;
    }

    .feature-inner h1 {
        font-size: 2em;
    }

    #center-bit-inner table {
        width: 100%;
    }
}

#contact {
    font-size: 1.5em;
}

table {word-break: break-all; }

table img {
    max-width: 90%;
}
a > img {
    border: 0;
}

#center-bit {
    word-break: normal;
}

#ip {
    margin-right: 20px;
    /*word-break: break-all;*/
}

#center-bit-inner table td {
    border: 1px solid #ccc;
    margin: 0;
     word-break: normal;
}

#moj {
    width: 80%;
}
#mojip {

    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #ffffff;
line-height: 30px;

}

#bottom-bit {
    width: 100%;
    display: table;
    background-color: #20A062;
    color: white;
}


#footer, #footerblurb {
    width: 80%;
    margin: 0 auto;
    color: white;
}

#footer a, #footerblurb a {
    color: white;
}

#footer a:hover, #footerblurb a:hover {
    color: #cc0000;
}

a {
    color: #333;
text-decoration: none;
}

a:hover {
    color: #cc0000;
}


@media screen and (max-width: 33.5625em) {
    #navigation {
        top: 40px;
    }
    #search-form {
        font-size: 1.2em;
    }
    .feature-inner h1 {
        padding-top: 50px;
        font-size: 2em;
    }
    #center-bit-inner table {
        width: 100%;
        font-size: 70%;
    }
}