.table-nav {
    border-collapse: separate;
    border-spacing: 10px;
}

.table-nav tr td {
    border-radius: 5px;
}

.table-nav tr td:first-child{
    vertical-align: top;
}

.table-nav tr td:first-child div{
    margin-top: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #A878AE;
    height: 60px;
    width: 60px;
}

.table-nav tr td:first-child div img {
    margin-top: 5px;
}

.table-nav tr td:last-child p:first-child{
    color: #873E8D;
}

.table-nav tr td:last-child p:last-child{
    font-size: 12px;
}

.table-nav tr td:first-child img{
    height: 50px;
    width: 50px;
}

.ifs-help-header{
    background-color: #873E8D;
    border-color: #873E8D;
}

.navbar{
    border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    color: #D8D8D8;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #873E8D;
}

.box-purple {
    background-color: #A878AE;
}