﻿div.box1
{
    background-color: #8d857e;
    padding: 10px;
}
div.box1 a
{
    color: #662a42;
}
div.box1 a:hover
{
    text-decoration: none;
}
div.innerbox
{
    /*background-color: #dedad7;*/
    padding: 5px;
    font-weight: bold;
}
div.innerbox6
{
    /*background-color: #dedad7;*/
    padding: 5px;
    height:90px;
}
.summarybox
{
   /* background-color: #662a42 !important;*/
}
@media only screen and (max-width : 767px)
{
    .box1
    {
        width: 400px;
    }
    div.grid_6.last-item
    {
        margin-bottom: 25px !important;
    }
}
@media only screen and (max-width : 479px)
{
    .box1
    {
        width: 280px;
    }
}
