h1 {
    font-size : 250%;
}

body,
body.x-body {
    margin : 20px;
}

p {
    margin-bottom : 5px;
    margin-top    : 5px;
}

.box,
.info {
    padding          : 10px;
    padding-left     : 55px;
    background-color : #ececec;
    position         : relative;
    margin-bottom    : 10px;
    width            : 935px;
}

.box:before,
.info:before {
    font-family  : FontAwesome;
    margin-right : 10px;
    position     : absolute;
    left         : 15px;
    top          : 25px;
    font-size    : 30px;
    color        : #777777;
}

.info:before {
    content : '\f05a';
}

.box:before {
    content : '\f021';
}

p span {
    display   : block;
    font-size : 11px;
}

button {
    margin-top : 5px;
}