div#main .view_credits #centerPanel .credits_summary_panel > div {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: calc(25% - 1.5em);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    padding: 1.5em 0;
    height: 160px;
}

div#main .view_credits #centerPanel .credits_summary_panel > div:nth-child(-n+3) {
    margin-right: 2em;
}
.credits_summary_panel div {
    text-align: left;
}
.credits_summary_panel .credits_subscription_panel > div:nth-child(-n+5) > label:first-child {
    width: 30%;
}

.credits_summary_panel > div > div > label, .credits_summary_panel > div > div > p, .credits_summary_panel > div > div > a {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
}
.credits_summary_panel .chart {
    padding-left: 0;
}

.credits_summary_panel > div:nth-last-child(-n+3) > div > label {
    width: calc(50%);
}

.credits_summary_panel > div:nth-last-child(-n+3) > div > label:last-child {
    text-align: right;
}

.credits_summary_panel .credits_subscription_panel > div:last-child {
    position: absolute;
	bottom: 1.5em;
    left: 0;
    font-weight: normal;
    width: 100%;
}

.credits_summary_panel .chart {
    height: 50px;
}

.credits_summary_panel p {
	position: absolute;
    bottom: 1.5em;
    left: 0;
}
.credits_summary_panel a {
	display: block;
}

.credits_column_projects_project_name{
	font-weight: bold;
}
.credits_column_projects_keywords{
	font-size: 10px;
    color: #777777;
	display: block;
}

.view_credits div#credits_table_panel {
	margin-top: 20px;
}

.view_credits div#credits_tab_panel {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #F7F7F7;
    display: block;
    font-size: 9pt;
    left: 206px;
    margin: 20px 0 0;
    min-width: 1110px;
    vertical-align: middle;
    white-space: nowrap;
    width: calc(100% - 206px);
    z-index: 250;
}

.view_credits #credits_tab_panel a { 
    background-color: transparent;
    border: 1px solid #C0C0C0;
    display: inline-block;
    margin-right: 20px;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    cursor:pointer;
}

.view_credits #credits_tab_panel a.selected {
    background-color: #FFFFFF;
    cursor: default;
}

.credits_total_table {
	margin-top: 20px;
	/* margin-right: 25px; */
	/* position: fixed; */
	border-top: 1px solid #C0C0C0;
}

.credits_total_table .bar_cell {
    width: 75px;
   	position: relative;
}

.credits_app_sumo_features {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: 2em;
}

.credits_app_sumo_upgrade_url {
    margin-top: 1em;
}

.subscription_url {
    padding-left: 1em;
    color: #3783e7;
}