/* test1.css */
a {
    color: #007edf;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    font-size: 16px;
    font-family: source-sans-pro, sans-serif;
    background: #F2F2F2;
}
h1 {
    font-weight: 600;
}
h2 {
    font-size: 54px;
    display: block;
    font-weight: 600;
}
form {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 50px;
}
#content h2, #content blockquote, #content p {
    text-align: center;
}
.picContainer {
    width: 360px;
    margin: 0 auto;
    text-align: center;
    font-size: 80%;
}
.picContainer img {
    display: block;
}
.picContainer figcaption {
    margin-top: 5px;
    font-size: 12px;
}
.info {
    font-size: 80%;
    color: #555;
}
#content > section {
    display: block;
    width: 80%;
    min-width: 200px;
    margin: 10px auto;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#content > section header {
    background: #212121;
    background: -moz-linear-gradient(top, #373737, #212121);
    background: -webkit-linear-gradient(top, #373737, #212121);
    background: -ms-linear-gradient(top, #373737, #212121);
    background: -o-linear-gradient(top, #373737, #212121);
    background: linear-gradient(top, #373737, #212121);
    padding: 20px 0;
}
#content > section header h2 {
    color: #FFF;
    font-size: 21px;
    margin: 0 0 0 20px;
    text-align: left;
}
#content .demo-body {
    padding: 20px;
}
figure {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #E6E6E6;
    padding: 10px;
}
body > footer {
    padding: 20px;
    text-align: center;
    clear: both;
    display: block
}
fieldset {
    background: #E6E6E6;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: relative;
    padding-top: 10px;
    margin-top: 30px;
}
legend {
    background: #fff;
    padding: 0 5px;
    background: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: absolute;
    top: -14px;
}
.input label {
    position: absolute;
    left: 0;
    display: block;
    width: 200px;
    text-align: right;
}
.input input {
    height: 40px;
    width: 100%;
}
.input {
    padding: 0 20px 0 210px;
}
input[type="submit"] {
    clear: both;
    margin: 5px 0 0 211px;
}
.test-align-justify {
    text-align: justify !important;
}
.test-line-height {
    line-height: 3em;
}
.color-mark {
    color: #f80;
}
strong {
    font-size: 1.6em;
}
