﻿.divL1 {
    text-align: left;
    white-space: nowrap;
}

    .divL1 div {
        margin: 10px;
        display: inline-block;
        text-align:center;
    }

    .divL1 .center{
        text-align:center;
    }

    .divL1 img {
        border-radius: 5px;
    }

    .divL1 hr {
        border-width:0px;
        background-color: #CCCCCC;
        height: 1px;
    }