body { 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*padding-top: 30px;*/
/* background-color: #53544F; */
background-color: #f8f8f8;
}

.input-group-addon {
    background-color: #FFF226;
}

.h100 {
    min-height: 100px;
}

.h150 {
    min-height: 150px;    
}

.xh150 {
    max-height: 150px;       
}

.list-group-item img {
    max-height: 100px; 
}

.title {
    font-size: x-large;
}

.list-group-item {
    margin-bottom: 10px;
}