/* Add here all your css styles (customizations) */

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0 15px;
  }
  .spancenter{
    margin: 0 auto;
    display: block;
}

.textcenter{
    text-align: center;
}
.hightshadown{
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}

