.category {
    border: 1px solid orange;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 5px 5px #DDDDDD;
}

.panel-heading {
    background-color:#CCFF99;
    font-size: 18px;
    padding-left: 5px;
}

.cclabel{
	color: darkblue;
}

.ccrow {
    margin-top: 5px;
    margin-bottom:5px;
}
.invalid {
	color: red !important;
}

.ciraattention {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 20px;
}

.iagree {
	text-align: center;
}

.btn-primary[disabled] {
	background-color: red !important;
}

.cc_balk { /* stretches a button to full-width */
    width: 100%;
}
