﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
ol.items
{
    margin: 5px;
}

ol.items li
{
    border-bottom: 1px solid #cfcfcf;
    padding: 0 !important;
}

ol.items li h3
{
    margin-left: 5px;
    padding: 9px 5px 5px 20px;
    background-position: left center;
}
}
