.b-orphus{
    background:#F3F3F3;
    font-size: 90%;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    font-size: 15px;
}

.b-orphus .header {
    background-color: #60AE24;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-family: "Roboto Condensed", san-serif;
}

.b-orphus .item {
    margin: 15px;
    font-weight: bold;
}

.b-orphus .item:before {
    content: "«"
}
.b-orphus .item:after {
    content: "»"
}


.b-orphus .message {
    margin: 15px;
}

.b-orphus form {
    margin: 15px;
    margin-bottom: 20px;
}

.b-orphus .buttons {
    text-align: center;
    margin-top: 15px;
}

.b-orphus .buttons .btn {
    width: 7em;
    margin: 0 10px;
}