body{
    background: #dddddd;
}

.section{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.section .frame-container{
    background: white;
    padding: 5px;
    margin: 0;
    overflow-x: auto;
    border-radius: 5px;
    border: 1px solid #AAA;
    box-shadow: 0px 0px 1em #DDD inset, 0px 0px 2px #AAA;
}

.section .frame{
    border: none;
    padding: 5px;
    margin: 0;
}

.half-width{
    width: 49%;
}

.last-half-width{
    float: right;
}

.section h3{
    cursor: pointer;
}

.section h3:hover::after{
    content: " - Click to (re)load section";
    color: #999;
    font-weight: 100;
}

#domainField{
    width: 40em;
    max-width: 100%;
}

button {
    background: white;
    border: 0px;
    padding: .5em 1em;
    border-radius: 5px;
    margin: 5px;
    color: black;
    border: 1px solid #AAA;
    box-shadow: 0px 0px 1em #DDD inset, 0px 0px 2px #AAA;
}

.group{
    border: 1px solid #EEE;
    box-shadow: 0px 0px 5px #777 inset;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
}

h1 {
    margin-top: 0;
}

button:hover {
    background: #EEE;
}

button:active {
    background: #333;
    color: white;
}

button:focus {
    background: #555;
    color: white;
}

pre iframe{
    width: 100%;
    height: 5em;
}

#source-code .source-link:not(:first-of-type)::before {
    content: "- ";
    color: #555;
}
