
#container {
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 20px;
    width: 800px;
}
.example {
    border-top: 1px solid #eee;
    padding-top: 5px;
}
.example label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.on {
    color: green;
}
.off {
    color: red;
}
.remove-example {
    float: right;
    margin-top: 5px;
}
.remove a,
.remove-example a {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 5px;
    color: #333;
    padding: 2px 6px;
    text-decoration: none;
}
.remove a:hover,
.remove-example a:hover {
    background-color: #e7e7e9;
}