/*!
 * Start Bootstrap - Shop Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}
.preview{
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
color: #1e0fbe;
white-space: nowrap;
text-overflow: ellipsis;
width: 600px;
display: bock;
overflow: hidden;
}
.description {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	width: 510px;
	display: block;
	line-height:18px;
	margin-top: 0px;
	color: #545454;
}
.url {
	color: #006621;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	width: 510px;
	display: block;
	margin-top: -2px;
}
.title {
  font-weight: bold;
  color: blue;
  margin-bottom: 15px;
}
.issues {
 font-weight: 700;
 padding-top: 5px;
 margin-bottom: 5px;
 color: maroon;
}
.siteinfo{
 border:dashed;
 border-color: black;
 border-width: thin;
 text-align: left;
 padding: 5px;
}