/* -- OBJECT STYLES  ------------------------------------------------------------*/
/* -- Controls the object style columns -- */

table.zebra-striped > tbody > tr:nth-of-type(odd) {
background-color: #f5f5f5; 
}

/* -- BLOCK STYLES  ------------------------------------------------------------*/
/* --  Controls the block style columns -- */

div.panel-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666666;
    padding: 15px;
}

/* -- INLINE STYLES  ------------------------------------------------------------*/
/* --  Controls the inline style columns -- */

span.tag-danger {
    background-color: #d9534f;
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}