/* CSS Document for Patrik Oskarsson */

.view-timeline {
   margin-top: 10px;
}

.view-timeline .view-content {
/*    border: 1px dashed red; */
   background: url(images/history_tl_bg.png) center center repeat-y;
}

.view-timeline .view-content .views-row {
   width: 47%;
   padding: 0 1%;
}

.view-timeline .view-content .views-row-odd {
   clear: both;
/*    border: 1px dotted blue; */
   text-align: right;
}
.view-timeline .view-content .views-row-even {
   float: right;
/*    border: 1px dotted green; */
   margin-left: 1%;
}

.views-field-title {
   font-weight: bold;
}


/* Styling for the Brands Colorbox */

/*
h2.pane-title {
   color: #0092A7;
   font-family: OpenSansCondensedBold,Arial,Helvetica,sans-serif;
   font-size: 25px;
   line-height: 25px;
   text-transform: uppercase;
}
*/