a.btnActive {
    background: #75a753 !important;
}

a.btnInactive, a.btnDeleted {
    background: #CC0000 !important;
}

a.dnnPrimaryAction.aspNetDisabled, a.dnnSecondaryAction.aspNetDisabled {
    background: #ccc !important;
}

ul.categoryList {
    padding: 0;
    margin: 0;
    display: inline-block;
}

    ul.categoryList li {
        list-style: none;
        margin: 0 5px;
    }

.BIGideasNews .dnnGrid {
    margin: 0 auto;
}

.BIGideasNews .dnnActions {
    text-align: center;
    float: none;
    display: block;
    text-align: center;
}

.BIGideasNews .dnnActions li {
    float: none;
    display: inline;
}

/* PANELS */

.BIGideasNewsPanel {
	text-align:center;
}

.BIGideasNewsPanelItem {
	display:inline-block;
	margin:6px;
}

.BIGideasNewsPanelItem input[type="checkbox"] {
	margin: 9px 0 10px 0 !important;
}

.BIGideasNewsPanelLabel {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}