/* 
    Document   : owl
    Created on : Oct 14, 2016, 11:51:17 AM
    Author     : Sabbi Hans
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#owl-demo .item{
  background: #a1def8;
  padding: 30px 0px;
  display: block;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-demo img
{
    width: 80;
}