figure {

margin: 0;

} img {

vertical-align: middle;

} .img-responsive {

display: block;
width: 100% \9;
max-width: 100%;
height: auto;

} .img-rounded {

border-radius: 6px;

} .img-thumbnail {

padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;

} .img-circle {

border-radius: 50%;

} hr {

margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;

} .sr-only {

position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;

} .sr-only-focusable:active, .sr-only-focusable:focus {

position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;

} .breadcrumb {

padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;

} .breadcrumb > li {

display: inline-block;

} .breadcrumb > li + li:before {

content: "/\00a0";
padding: 0 5px;
color: #cccccc;

} .breadcrumb > .active {

color: #777777;

}