.am-stats-wrapper.dashboard-item-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.am-item {
    width: 23%;
    border: 1px solid #e3e3e3;
}

.am-title {
    height: 65px;
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}

.am-title,
.am-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.am-text {
    margin: 20px;
    text-align: center;
}

.am-info .am-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}

.am-item.am-subscribers-count .am-info,
.am-clicks-total .am-info {
    color: #eb5202;
}

.am-click-rate .am-info .am-text:after {
    content: "";
    float: right;
    width: 16px;
    height: 20px;
    margin: 3px 0 0 10px;
}

.am-info.-increase .am-text:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMEwwIDhoNXYxMmg2VjhoNUw4IDB6IiBmaWxsPSIjNjY2Ii8+PC9zdmc+) no-repeat center;
}

.am-info.-decrease .am-text:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48cGF0aCBmaWxsPSIjNjY2IiBkPSJNOCAyMGw4LThoLTVWMEg1djEySDBsOCA4eiIvPjwvc3ZnPg==) no-repeat center;
}


div.dashboard-secondary.col-m-5.col-m-pull-7 > button > a.am-new-campaign-link {
    color: #fff;
}

.am-new-campaign-link:hover {
    text-decoration: none;
}