/*!

 * Bootstrap v3.1.1 (http://getbootstrap.com)

 * Copyright 2011-2014 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */



/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
.panel-blue > .panel-heading {
    background-color: #2d637f;
}

 .col-md-3 {
    width: 20%;
  }
 
.thumbnail .caption {

    padding: 0px;

}

.caption a:hover {
	text-decoration: underline;
}

.thumbnail {

    display: block;

    padding: 2px;

    margin-bottom: 18px;

    background-color: #FFF;

    border: none;

    border-radius: 2px;

    transition: border 0.2s ease-in-out 0s;

    line-height: 1.42857;

}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}