body {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: scroll;
}
.modal-backdrop {
position: fixed; z-index: 1;
}
p{
white-space:normal !important;
word-wrap:break-word; 
}
h1 {
  font-size: 18px;
}

.col-md-4 {
    height: 450px;
    margin-bottom:30px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
    height: 100%;
    position: relative;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #0000FF;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

