/*================================*/
/* Mafiahistory.us web stylesheet */
/*  Last revised on 22 Jan 2022   */
/* Thomas Hunt, Whiting, Vermont  */
/*=========== RAT TRAP ===========*/

* { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

body.main {
  padding: 4px 20px 15px 15px; 
  font-family: Georgia, Times, serif;
  font-size: 16px;
  background-color: #e8e0d8;
  }

.extraspace {
  margin: 5px 0px;
  }

.littlespace {
  line-height: 0.5;
  }  

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

.right {
  text-align: right;
  }

.invisible {
  display: none;
  }

.newrow {
  clear: both;
  }

.strikeout {
  text-decoration: line-through;
  }  

.explan {
  font-weight: normal;
  }

/**********************************/
/* WEBSITE LOGOS AND PAGE HEADERS */

img.logosrc {
  width: 90px;
  }

img.ratlogo {
  display: block;
  width: 70%; 
  height: auto;
  max-width: 360px;
  border: 0px; 
  margin: 0px auto 25px auto; 
  }

img#rat {
  display: block;
  }  

/**********************************/
/* SECTION TYPES ******************/

#headercontainer {
  display: block;  
  position: relative; 
  width: 100%; 
  }

#articlerow {
  display: block;
/*  margin: 10px;   */
  clear: both;
  }


/**********************************/
/* INFO BOXES *********************/

div.articlepre {
  background-image: linear-gradient(125deg, rgba(245,236,226,1), rgba(232,224,216,1), rgba(220,210,200,1));
  padding: 1px 6px 8px 6px;
}

div.infoboxfull { /* Info box occupies entire col width */
  clear: both;  
  width: 90%;
  background-color: #eae0d0; 
  margin: 14px auto 20px auto; 
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }  

div.infoboxfullnb { /* Info box no bgrd occupies entire col width */
  clear: both;  
  width: 80%;
  margin: 14px auto 20px auto; 
  padding: 10px;
  }    

div.infoboxfullg { /* Info box grayish bgrd occupies entire col width */
  clear: both;  
  width: 90%;
  background-color: #e8e4e0; 
  margin: 14px auto 20px auto; 
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }  

div.infoboxhalfl { /* Info box occupies left half col */
  width: 45%;
  float: left;
  background-color: #eae0d0; 
  margin: 14px 15px 16px 10px;
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }

div.infoboxhalfr { /* Info box occupies right half col */
  width: 45%;
  float: right;
  background-color: #eae0d0; 
  margin: 14px 10px 16px 15px; 
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }

div.infoboxhalfrg { /* Info box grayish bgrd occupies right half col */
  width: 45%;
  float: right;
  background-color: #e8e4e0; 
  margin: 14px 10px 16px 25px; 
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }  

div.infoboxthirdr { /* Info box occupies right third col */
  width: 33%;
  float: right;
  background-color: #eae0d0; 
  margin: 14px 10px 16px 15px; 
  padding: 10px;
  border: solid 1px #805810;
  box-shadow: -2px 1px 2px 1px #a09080;
  }

p.infobox { /* Infobox text - sans-serif hanging indent */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 94%;
  font-style: normal;
  margin: 8px 6px 8px 25px; */
  text-align: left; 
  text-indent: -15px;
  color: #402010;
  }  

li.infobox { /* Infobox list text - sans-serif hanging indent */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 94%;
  font-style: normal;
  margin: 8px 6px 8px 25px; */
  text-align: left; 
  text-indent: -15px;
  color: #402010;
  padding-left: 6px;
  }  

div.linksbox { /* Centered 60%-width box with gray-brown background */
  clear: both;
  width: 98%;
  margin: 8px auto;
/*  border: 1px solid #fff6f0; */
/*  background-color: #706058; */
  }

div.quotefull { /* May be used with p.quoteattrib at end */
  clear: both;
  width: 60%;
  margin: 20px auto 25px auto; 
  border-style: inset;
  border-width: 4px;
  border-color: #907068;
  background-color: #504538;
  background-image: linear-gradient(160deg, #483018, #b8a090);   
  padding: 12px 12px 6px 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #eae0d0;
  text-shadow: 1px 1px #604030;
  line-height: 1.3;
  }    

div.tweetbutton {
  height: 30px;
  margin: 28px auto 2px auto;
  text-align: center;
  }

/**********************************/
/* LINKS **************************/

a:link {
  color: #301810; 
  font-weight: bold; 
  text-decoration: none;
  }

a:visited {
  color: #908078; 
  font-weight: bold; 
  }

a:hover {
  color: #a02020; 
  font-weight: bold; 
  background-color: #fffcfc;
  }

a.lightlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  color: #f8e8e0;
  }

a.tight {
  margin: 20px;
  line-height: 1.1;
  }

.prevkicker:hover, .prevtitle:hover {
	color: #a02020;
	background-color: #fffcf5;
  }

a>div.picr:hover {
	background-color: #fffcf5;
	border-color: #a02020;
  }

/**********************************/
/* HEADINGS ***********************/

h1 { /* Largest headline */
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 200%;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
  margin: 6px 20px 4px 10px;
  text-indent: 0px;
  }

h1#articletitle { /* Main headline for article */
  color: #302010;  
  text-shadow: 1.2px 1.2px #a08575;  
  text-align: center;
  margin-bottom: 10px;
  }

h2 { /* Second largest headline */
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 172%;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
  margin: 6px 20px 4px 10px;
  text-indent: 0px;
  }

h2.articlesubhed { /* Slightly smaller headline for article */
  color: #644038;  
  text-shadow: 1.0px 1.0px #a08575; /* #908075;  */
  text-align: center;
  }

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 160%;
  font-weight: normal;
  color: #000000;
  line-height: 1.2;
  margin: 10px 20px 4px 10px;
  text-indent: 0px;
  }

h3.prevtitle {
  font-size: 170%;
  color: #402010;
  letter-spacing: -.4px;
  text-shadow: 1px 1px #b5a090; 
  text-align: center; 
  margin-bottom: 12px;
  }

h3.subtitle { /* Second headline for article */
  color: #402010;
  letter-spacing: -.4px;
  text-shadow: .3px .3px #907050; 
  text-align: center; 
  }  

h4 { /* Small-caps dark type */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-variant: small-caps;  
  color: #202020;
  text-shadow: .4px .4px #808080; 
  letter-spacing: 2px; 
  }

h4.kicker { /* Small-caps type over main headline */
  margin: 14px 10px 10px 8px;
  }

h5 {
  font-family: Georgia, Times, Serif;  
  font-size: 140%;
  color: #502515;   
  margin: 10px 15px 10px 15px;
  }

h5.quotefull {
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px #604030;   
  clear: both;
  width: 60%;
  margin: 20px auto 25px auto;
  border-style: inset;
  border-width: 4px;
  border-color: #907068;
  color: #eae0d0;
  background-color: #504538;
  background-image: linear-gradient(160deg, #483018, #b8a090);   
  padding: 12px 12px 12px 14px;  
  }  

h5.quotehalfr {
  float:right;
  width: 45%;
  margin: 12px 15px 12px 15px;
  border-style: inset;
  border-width: 3px;
  border-color: #faece0;
  background-color: #eae0d0;
  padding: 12px 8px 8px 12px;  
  }    

h5.tightcenter { /* Minor headline tight spacing for info boxes */
  text-align: center; 
  color: #503010;   
  font-weight: normal;   
  line-height: 1.1; 
  margin: 8px 10px; 
  text-indent: 0px;
  text-shadow: -.5px .5px .5px #b08060; 
  letter-spacing: -0.3px;
  }  

h6 { /* For use in article text as subhead */
  text-align: left; 
  text-indent: 0px; 
  color: #503015; 
  font-family: Georgia, Times, Serif;
  line-height: 1.3;
  margin: 18px 10px 4px 10px;  
  font-size: 134%;
  font-weight: bold;
  }

h6.prevkicker {
  letter-spacing: -0.5px;
  font-size: 125%;
  text-decoration: underline;
  }

h6.sectionhed { /* subhead for major section */
  text-align: center; 
  text-indent: 0px; 
  color: #503015; 
  font-family: Georgia, Times, Serif;
  line-height: 1.3;
  margin: 22px 10px 4px 10px;  
  font-size: 145%;
  font-weight: bold;
  }

h6.subsub { /* For use in article text as subhead of a subhead */
  margin: 10px 10px 4px 10px;  
  text-indent:  20px;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
  }

h6.light {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: #fff0e0;
  margin: 8px;
  }

/**********************************/
/* PARAGRAPH TYPES ****************/

p { /* Default */
  font-size: 110%; 
  text-align: left; 
  text-indent: 20px; 
  color: #202020; 
  font-family: Georgia, Times, Serif;
  line-height: 1.3;
  hyphens: auto;
  margin: 6px 12px 6px 12px;
  }

p.blockq {
  font-family: Arial, Helvetica, sans-serif;
  color: #603000;
  text-indent: 0px;
  margin: 20px 45px 16px 50px;
  line-height: 1.2;
  padding-right: 15px;
  text-align: justify;
  }

p.byline { /* Larger centered type for article byline */
  font-size: 120%;
  text-align: center;
  text-indent: 0px;
  margin: 20px auto 10px auto;
  }

p.cap { /* Caption for photo with smaller brown italics centered */
  color: #352400;
  font-size: 85%;
  font-style: italic;
  text-indent: 0px;
  text-align: center;
  margin-top: 2px;
  }

div.picmug>p.cap {
  margin: 2px;
}

p.center {
  text-indent: 0px;
  text-align: center;
  }

p.ednote { /* Editor note in boxed smaller italics */
  width: 60%;
  font-size: 95%;
  font-style: italic;  
  text-align: center;
  text-indent: 0px;
  margin: 4px auto 14px auto;  
  background-color: #e0d8d0;
  border: 1px solid #fff6f0;
  padding: 10px 8px 8px 8px;
  }

p.endnote { /* Article endnote smaller type, hanging indent */
  font-family: Arial, Helvetica, sans-serif; 
  text-align: justify; 
  font-size: 90%; 
  line-height: 1.3; 
  margin: 0px 20px 8px 45px; 
  text-indent: -25px;
  }  

p.epigraph {
  font-family: Arial, Helvetica, sans-serif;
  color: #503000;
  font-size: 120%;
  text-shadow: 0.3px 0.3px #501000;  
  margin: 0px 12px 0px 10px;
  line-height: 1.3;
  text-indent: 0px;
  }

p.finec { /* Small dark gray type centered */
  margin: 0px 8px 10px 8px; 
  text-align: center; 
  text-indent: 0px; 
  color: rgb(50,50,50); 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 65%; 
  line-height: 1.2;
  }

p.fl {
  text-indent: 0px;
  }

p.fr {
  text-indent: 0px;
  text-align: right;
  }

p.init { /* Article intro paragraph with no indent and larger brown type */
  color: #503000;
  font-size: 118%;
  text-shadow: 0.3px 0.3px #501000;  
  margin: 16px 12px 10px 10px;
  line-height: 1.4;
  text-indent: 0px;
  }

.initletter { /* Intro first letter drop cap */
  color: #603000;
  float: left;
  font-style: italic;
  font-size: 250%;
  text-shadow: 1px 1px #501000;
  padding-right: 4px;
  padding-left: 4px;
  line-height: 0.8;
  position: relative;
  top: .05em;
  }

p.linkcenter {
  text-indent: 0px;
  text-align: center;
  line-height:  1.2;
  margin: 8px 10px 10px 10px;
  }

p.notify { /* Boxed notifications - small type */
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 80%;
  line-height: 1.3;
  margin: 10px 24px 10px 24px;
  padding: 12px 16px;
  text-indent: 0px;
  border: 2px solid #f5e8e0;
  background-image: linear-gradient(150deg, #f8eae3, #f0e0d0, #d8c5b3); 
  box-shadow: -5px 5px 5px #988070;    
  }

p.notifynb { /* Unboxed notifications - small type */
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 80%;
  line-height: 1.3;
  padding: 8px 12px;
  text-indent: 0px;
  }

p.preview {
  line-height: 1.2;
  font-size: 106%;
  text-indent: 0px;
}

p.quoteattrib {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-shadow: 0.5px 0.5px #503010;   
  }

p.quotationctr { /* Larger centered type for quotation */
  font-size: 135%;
  line-height: 1.2;
  text-align: center;
  text-indent: 0px;
  font-style: italic;
  margin: 10px auto;
  padding: 0px 12px;
  }  

.firstword { /* An inline heading using dark brown bold small caps */
  font-weight: bold;
  font-variant: small-caps;
  color: #603020;
  text-shadow: .5px .5px #808080;
  }


/**********************************/
/* IMAGES *************************/

div.picr {
  margin: 4px 12px 8px 20px;
  float: right;
  background-color: #e0d6c8;
  border: 1px solid #807068;
  }

div.picl {
  margin: 4px 20px 8px 12px;
  float: left;
  background-color: #e0d6c8;
  border: 1px solid #807068;
  }

div.picc {
  clear: both;
  margin: 18px auto 20px auto;
  background-color: #e0d6c8;
  border: 1px solid #807068;
  padding: 1%;
  }

div.piccg { /* centered image with med grayish background */
  clear: both;
  margin: 18px auto 20px auto;
  background-color: #d8d4d0;
  border: 1px solid #807068;
  padding: 1%;
  }  

div.picmug { /* Narrow image - for mugshots with muground */
  width: 140px;
  }

div.picfifth { /* Fifth-width image - use with picr or picl */
  width: 19%;
  max-width: 300px;
  min-width: 130px;
  }

div.picfourth { /* Quarter-width image - use with picr or picl */
  width: 25%;
  max-width: 320px;
  min-width: 140px;
  }

div.picthird { /* Third-width image right boxed - use with picr or picl */
  width: 33%;
  max-width: 480px;
  min-width: 150px;
  }

div.pichalf { /* Half-width image right boxed - use with picr or picl */
  width: 50%;
  max-width: 600px;
  min-width: 160px;
  }

div.picfull { /* Full-width - to 600 px - image boxed  - use with picc */
  width: 90%;
  max-width: 800px;
  }

img.picwcap { /* Image with caption fills div with 1% margin */
  width: 98%;
  height: auto;
  margin: 1% 1% 0% 1%;
  border: 1px solid #907060;
  }

img.picalone { /* Image fills div - no caption */
  width: 98%;
  height:  auto;
  margin: 1%;
  }

img.muground { /* Mug shot image held inside picmug, picr, picl div */
  width: 110px; 
  height: 145px;
  margin: 12px 14px 0px 14px;
  border-style: solid; 
  border-width: 1px; 
  border-color: #706058 #504038 #b0a598 #b0a598; 
  border-radius: 20px; 
  }
}

img.clickmuground { /* Clickable mug shot float right rounded corners */
  float: right; 
  width: 110px; 
  height: 145px;
  border-style: solid; 
  border-width: 2px; 
  border-color: #706058 #504038 #b0a598 #b0a598; 
  border-radius: 20px; 
  margin: 4px 15px 6px 12px; 
  }

img.clickmuground:hover {
  width: 118px;
  height: 153px;
  margin: 1px 11px 1px 8px;
  border-color: #c0b5a9 #c0b0a0 #706058 #504038;
  }  


/**********************************/
/* LISTS **************************/

ul {
  margin: 8px 15px 15px 26px;
  }

li {
  margin: 6px 15px 6px 10px;
  font-family: Georgia, Times, Serif;
  font-size: 110%; 
  text-align: left; 
  text-indent: 0px; 
  color: #202020; 
  line-height: 1.2;
  margin: 6px 10px 6px 10px;  
  }

dl {
  margin: 12px 15px 15px 26px;
  font-family: Georgia, Times, Serif;
  font-size: 110%;   
  }

dt {
  font-weight: bold;
  color: #582010;
  }

dd {
  margin: 8px 15px 12px 25px;
  line-height: 1.3;
  }

/**********************************/
/* HORIZONTAL LINES ***************/

hr.shd { /* Gradiated fill line */
  clear: both;
  height: 12px; 
  width: 97%; 
  margin: 10px auto 16px auto;
  border: 0; 
  box-shadow: inset 0 12px 12px -12px rgba(155,150,148,0.9);
  }


/**********************************/
/* NAVIGATION MENU ****************/

.navbar { /* Main navigation bar for top of page */
  overflow: hidden;
  background-color: #706058; /* #806550; */
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  margin: 0px 20px 6px 10px;
  box-shadow: -5px 5px 5px #988070;  
  }

.navbar a { /* Navigation links */
  float: left;
  font-size: 16px;
  color: #fcf0d8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  }

.subnav { /* Subnavigation menu */
  float: left;
  overflow: hidden;
  }

.subnav .subnavbtn { /* Navigation buttons */
  font-size: 16px;
  border: none;
  outline: none;
  color: #fcf0d8;
  padding: 18px 10px 12px 22px;
  background-color: inherit;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  margin: 0;
  }

.subnavtitle  { /* Navigation bar title cell */
  margin: 4px;
  }

a#navtitle { /* Style the navbar link to home page */
  width: 92px;
  height: 52px;
  border: 1px solid #b0a870;
  padding: 0px;
  margin-bottom: 4px;
  }

a#navtitle:hover {
  border: 1px solid #402000;
  }

.navbar a:hover, .subnav:hover .subnavbtn { /* White text on black bg for top-level links on hover */
  color: #ffffff;
  background-color: #000000;
  }

.subnav-content { /* Lower-level content - positioned absolute */
  display: none;
  position: absolute;
  left: 20px;
  right: 0px;
  background-color: #573525;
  padding: 2px;
  width: 90%;
  z-index: 1;
  box-shadow: -5px 5px 5px #988070; 
  }

a.subitem { /* Style the subnav links */
  float: left;
  border-right: 1px solid #605040;  
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;  
  }

.subnav-content a:hover { /* Beige background and black text on hover */
  background-color: #fff8e6;
  color: #000000;
  }

.subnav:hover .subnav-content { /* Open subnav menu on hover */
  display: block;
  }   


/**********************************/
/* MEDIA QUERIES ******************/

/* Large devices only */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    border: 0px;  
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.6%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 74.99%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .navbar {
    margin: 0px 8px 16px 22px;
  }
  .mul4 {
    clear: both;
  }
  .articlepre {
    width: 22%
    margin: 1%;
  }
}
  
/* Medium devices only */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    border: 0px;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 48%;    
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 74.99%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .navbar {
    margin: 0px 8px 16px 23px;
  }
  .mul3 {
    clear: both;
  }
  .articlepre {
    width: 32%;
    margin: 4px;
  }
}

/* Small devices only */
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    border: 0px;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 37.3%;
    margin: 0px 5px 10px 20px;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 74.99%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .navbar {
    margin: 2px 6px 14px 10px;
  }  
  .mul2 {
    clear: both;
  }
  .articlepre {
    width: 48%;
    margin: 4px;
  }  
}

/* Extra small devices only */
@media (min-width: 641px) and (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    border: 0px;
    margin: 0px 10px 10px 10px;
  }
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 46%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 74.99%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .navbar {
    margin: 12px 24px 8px 14px;
  }
  .articlepre {
    width: 98%;
    margin: 4px;
  }   
  div.infoboxhalfl {
    width: 100%;
  }

  div.infoboxhalfr {
    width: 100%;
  }

  div.infboxhalfrg {
    width: 100%;
  }  
}

/* Extra-extra small devices only */
@media (max-width: 640px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left;
    border: 0px;
    margin: 0px 10px 10px 0px;
  }
  .col-ss-1 {
    width: 8.33%;
  }
  .col-ss-2 {
    width: 16.66%;
  }
  .col-ss-3 {
    width: 25%;
  }
  .col-ss-4 {
    width: 33.33%;
  }
  .col-ss-5 {
    width: 41.66%;
  }
  .col-ss-6 {
    width: 50%;
  }
  .col-ss-7 {
    width: 58.33%;
  }
  .col-ss-8 {
    width: 66.66%;
  }
  .col-ss-9 {
    width: 74.99%;
  }
  .col-ss-10 {
    width: 83.33%;
  }
  .col-ss-11 {
    width: 91.66%;
  }
  .col-ss-12 {
    width: 100%;
  }
  .navbar {
    margin: 12px 12px 8px 6px;
  }  
  .articlepre {
    width: 98%;
    margin: 4px;
  }    
  div.infoboxhalfl {
    width: 100%;
  }

  div.infoboxhalfr {
    width: 100%;
  }

  div.infboxhalfrg {
    width: 100%;
  }
}


