@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: inside;
    margin: 5px 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    color: #333;
}

section {
    margin-top: 20px;
}

header {
    background-color: #2c3e50;
    width: 100%;
    padding: 20px;
}

header h1 {
    font-weight: 300;
    font-size: 2.5rem;
}

header h1 a {
    color: #ffffff;
    text-decoration: none;
}

h2 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
}

p {
    font-size: 15px;
    line-height: 1.4em;
    font-family: "Open Sans";
    word-wrap: break-word;
}

li {
    line-height: 1.4em;
}

#title {
    display: inline;
    float: left;
}

#links {
    float: right;
    display: inline;
}

#links h1 {
    text-align: right;
}

#links a {
    color: #fff;
}

.clear {
    clear: both;
}

section h2 {
    margin-bottom: 5px;
}

.slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

.slider li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slider li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slider img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slider-content {
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    color: #fff;
    padding: 20px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 400;
    bottom: 0;
    width: 100%;
}

.slider-content label {
    font-size: 1em;
    line-height: 1em;
}

.slider-content span {
    font-size: .5em;
    line-height: .65em;
}

input[type="text"] {
    border-radius: 2px;
    padding: 8px 6px;
    border: 1px solid #C6C6C6;
    resize: none;
    background: none repeat scroll 0% 0% #FFF;
    vertical-align: middle;
    width: 100%;
}

input[type="text"].error {
    border: 1px solid #c60000 !important;
}

input[type="text"]:focus {
    border-color: rgba(153, 153, 153, 0.9);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    outline: 0px none;
}

input[readonly] {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

button {
    cursor: pointer;
    background-color: #2c3e50;
    color: #fff;
    border: 0;
    padding: 10px;
    margin: 5px 0;
}

button:hover {
    background-color: #46586A;
}

form {
    margin-top: 5px;
}

#screenshots {
    margin-top: 25px;
}

hr {
    border: 0;
    background-color: #aaa;
    height: 1px;
}
.alert {
    background-color: #F2DEDE;
    color: #963B3B;
    border: 1px solid #B84C4C;
    padding: 1em;
    border-radius: 3px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.alert strong {
    margin-bottom: 0.5em;
    display: block;
}
.result {
  padding: 1.5em;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-top: 1em;
}

.result .header {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.result .details {
    font-family: monospace;
    font-size: 0.95em;
}

section.verification-result {
    margin-bottom: 1em;
}