/* ---------------------- OVERALL PAGE LAYOUT --------------------- */
body {
    line-height: 1.428571429;
    margin: 0;
    padding: 0;
}

/* ---------------------- TOP OF PAGE HEADER ---------------------- */
[header] {
    border-style: none none solid none;
    border-width: 1px;
    display: none;
    height: 40px;
    padding: 8px 0;
    width: 100%;
}
[header] [content] {
    font-family: 'Audiowide', cursive;
    font-size: xx-large;
    text-align: right;
    text-transform: uppercase;
}

/* ------------------------- COPYRIGHT ---------------------------- */
[copyright] {
    border-style: solid;
    border-width: 1px;
}

/* ---------------------- MAIN CONTENT WRAPPER -------------------- */
[content] {
    border-style: solid;
    border-width: 1px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 15px;
    width: 590px;
}

[message] {
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
    width: 590px;
}

[status] {
    margin-top: 15px;
    text-align: center;
}

/* ---------------------- OVERALL PAGE THEME ---------------------- */
body {
    background-color: #fafafa;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightskyblue;
}
::-moz-placeholder { /* Firefox 19+ */
  color: lightskyblue;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightskyblue;
}
:-moz-placeholder { /* Firefox 18- */
  color: lightskyblue;
}

/* ---------------------- TOP OF PAGE HEADER ---------------------- */
[header] {
    background-color: #ffffff;
    border-color: #e6e6e6;
}
[header] [content] {
    color: #4ab3f4;
    border-color: transparent;
}

[header] [content] input {
    color: #4ab3f4;
    font-size: larger;
    font-weight: bold;
}

/* ------------------------- COPYRIGHT ---------------------------- */
[copyright] {
    border-color: #e6e6e6;
}

/* ---------------------- MAIN CONTENT WRAPPER -------------------- */
[content] {
    background-color: #ffffff;
    border-color: #8bc8fc;
}

