.recent-actions ul {
    list-style: none outside none;
    margin-left: 15px;
}
.recent-actions h3 {
}
.action-list li {
    margin-top: 12px;
    border-bottom: 1px dashed #E5E5E5;
    overflow: hidden;
    padding-bottom: 2px;
}
.dashboard-tools{
    margin-top: 20px;
}
.app-list{
    margin-top: 20px;
}
.table .model-name{
    width: 100%;
    vertical-align: middle;
}
.app-list h2{
    margin-bottom: 12px;
}
.app-list .form-search{
    margin-bottom: 0px;
}
.action-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .app-list .form-search{
        width:159px;
    }
}
@media (max-width: 768px) {
    .recent-actions ul {
        margin-left: 0;
    }
    #content .dashboard-tools h2{
        font-size: 17px;
        text-align: center;
    }
}