/* Stylesheet Author: Antony Acosta */

.a-options { border: 1px solid #ccc; }
	.a-options div {
		border-right: 1px solid #ccc;
		color: #fff;
		padding-bottom: 5px;
		padding-top: 5px;
	}

.row.match-my-cols {
    overflow: hidden; 
}
	.row.match-my-cols [class*="col-"]{
	    margin-bottom: -99999px;
	    padding-bottom: 99999px;
	}