textarea.mono {
    font-family: monospace;
}

div.bp-tester {
    background-color: #a3027d;
}

/* sm */
@media (min-width: 576px) {
    div.bp-tester {
	background-color: #c5fa48;
    }
}

/* md */
@media (min-width: 768px) {
    div.bp-tester {
	background-color: #9043a6;
    }
}

/* lg */
@media (min-width: 992px) {
    div.bp-tester {
	background-color: #c1c315;
    }
}

/* xl */
@media (min-width: 1200px) {
    div.bp-tester {
	background-color: #16afd8;
    }
}

/* xxl */
@media (min-width: 1400px) {
    div.bp-tester {
	background-color: #dd54ee;
    }
}
