/**
* @file: post-viewer.css
* @author: Tanmay Maity
* @desc: file contains all CSS style for the "Post Viewer" Widget
* created on 26/02/2014 (dd/mm/yyyy)
*/
/** Slider image style **/
#non-slider img {
  max-width: 100%;
}
/** Place the Post title over the Image **/
#non-slider a> h2 {
  background-color: #000000;
  color: #FFFFFF;
  font-family: 	Lato,sans-serif;
  font-size: 16px;
  margin: 0 0 1%;
  padding: 5px 10px;
  position: relative;
  top: -5%;
}
/* Set border for the post list div */
.select-post-list {
  border: 1px solid #E5E5E5;
  padding: 0 2%;
}
/* Place the "OR" text in middle */
.post-method-or {
  text-align: center;
  font-weight: bold;
}
/* Design the all button in same style */
.individual-post {
  background: none repeat scroll 0 0 #2EA2CC;
  border-color: #0074A2;
  box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
}
.individual-old-post-id, .individual-post-id {
  display: none;
}
/* Place the image title on middle for slider */
#post-viewer-title {
  text-align: center; 
}
.msi-post-quantity-note {
  padding-left: 25px;
}