.display-generic {
    background-color: #D9EDF7;
    border: 1px solid #bfdcea;
    color: #3A87AD;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px;
}

.inner-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #d9dee2;
    border-radius: 5px;
}