﻿.infobox_container { 
width:100%;
text-align:center;
overflow:hidden;
}
.infobox_container > .row { 
width:910px;
display:inline-block;
}

.infobox {
width:280px;
height:120px;
margin-top:30px;
font-size:13px;
display:inline-block;
vertical-align:top;
text-align:right;
}

.infobox-title{
margin:0 0 10px 0;
padding:0 14px;
float:right;
background:rgb(85,85,85);
background:rgba(85,85,85,.58);
font-size:13px;
line-height:20px;
color:#ffffff;
}
.infobox .spread {
line-height:20px;
}
.infobox.gap {
margin-right:30px;
}
.infobox.wide {
width:910px;
height:160px;
margin-bottom:-15px;
}
.infobox > div {
padding:0 30px;
}
.div-shadow {
  position: relative;
background:rgb(230,230,230);
background:rgba(230,230,230,.8);
}
.div-shadow:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color:#d0d0d0;
  outline: 1px solid transparent;
  left: 2px;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
}
.wide.div-shadow:before {
  left: 4px;
  -ms-transform: rotate(0.8deg);
  -webkit-transform: rotate(0.8deg);
  -moz-transform: rotate(0.8deg);
  transform: rotate(0.8deg);
}

.row::after {
    content: "";
    clear: both;
    display: block;
}
