﻿.BoxTile {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30%;
    height: auto;
    background-color: transparent !important;
}

.separator{
    margin-left: 5px;
    margin-right: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999;
}