body.fixture-float-layout-form {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #e9e9e9;
    color: #222;
}

.fixture-wrap {
    max-width: 560px;
    margin: 20px auto;
    padding: 16px;
    background: #fff;
    border: 1px solid #ccc;
}

.cf::after {
    content: "";
    display: table;
    clear: both;
}

.float-form .col {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}

.float-form .col-left {
    margin-right: 4%;
}

.float-form .pseudo-label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.float-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.float-form input[type="text"] {
    width: 95%;
}

.float-form .submit-btn {
    clear: both;
    margin-top: 8px;
}

.fixture-wrap .hint {
    clear: both;
    padding-top: 10px;
    font-size: 12px;
}

.fixture-wrap .back-to-index a {
    color: #00f;
}
