/* Card Container */
.card-container {}

.card-container > .inner {
	padding: 10px 0 15px;
}

.card-container > .inner > .item {
	margin-bottom: 20px;
}
.card-container > .inner > .item:last-child {
	margin-bottom: 0;
}

.card-container > .inner > .item > .box-header {}
.card-container > .inner > .item > .box-header > .title {
	margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0dd;
}
.card-container > .inner.-no-border > .item > .box-header > .title {
    margin: 0 0 2px;
    padding: 0;
    border-bottom: unset;
}
.card-container > .inner > .item > .box-header > .sub-title {
	margin: 0;
	padding: 0;
    font-size: 14px;
    font-weight: 300;
}
.card-container > .inner.-no-border > .item > .box-header > .sub-title {
    font-size: 12px;
}
.card-container > .inner > .item > .box-body {
	margin: 8px 0 0;
}

/* Extra small devices (phones, 600px and down) "Custom style" */
@media only screen and (max-width: 600px) {
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}