.box
{
    border-color: #DBDEE0;
    border-width: 1px;
    border-style: solid;
    margin: 0px 0px 30px 0px;
    float: left;
    width: 100%;
    font-size: 14px;
    background-color: #FFFFFF;
}

.box-header
{
    background-color: #F4F5F5;
    color: #34383C;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 40px;
    border-bottom-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.box-header i
{
    color: #CED1D4;
    border-right-color: #DBDEE0;
    border-right-width: 1px;
    border-right-style: solid;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
}

.box-title p
{
    color: #7C848D;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.box-title p+p
{
    margin-left: 5px;
}

.box-icon i
{
    border-right: none;
    color: inherit;
    background-color: inherit;
}
.box-icon a,
.box-icon a:link,
.box-icon a:visited
{
    border-left-color: #DBDEE0;
    border-left-width: 1px;
    border-left-style: solid;
    color: #7C848D;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    background-color: transparent;
}

.box-icon a:hover
{
    background-color: #7C848D;
    display: inline-block;
    text-decoration: none;
    border-bottom-width: 0px;
    color: #F4F5F5;
}

.box-content
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 10px;
}
