.lisatr-container{
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin: 0 auto;
}
.lisatr-container:before, .lisatr-container:after,
.lisatr-row:before, .lisatr-row:after,
.lisatr-row-info:before, .lisatr-row-info:after{
	display: table;
	content: " ";
	clear: both;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.lisatr-container * {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.lisatr-tbl-resp{
	display: block;
	width: 100%;
	overflow-x: auto;
}
.lisatr-block{
	background-color: #f0f0f0;
	padding: 15px 10px;
}
.lisatr-block + .lisatr-block{
	margin-top: 10px;
}
.lisatr-filter-container > select, .lisatr-filter-container > div{
	border:1px solid #ccc;
	background-color: #fff;
	display: inline-block;
    height: 32px;
    padding: 4px 6px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
}
.lisatr-filter-container > select{
	margin: 0;
    line-height: 32px;
	border-radius: 0;
}
.lisatr-filter-container > div{
	line-height: 22px;
	margin-left: 6px;
}
.lisatr-tbl{
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: rgba(0,0,0,0);
	margin-bottom: 1rem;
}
.lisatr-tbl th{
	text-align: left;
}
.lisatr-tbl td, .lisatr-tbl th{
	padding: .5rem;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}
.lisatr-tbl.lisatr-tbl-striped > tbody > tr:nth-child(odd){
	background-color: #f9f9f9;
}
.lisatr-row {
	display: block;
	margin-right: -.9375rem;
	margin-left: -.9375rem;
}
.lisatr-category{
	display: inline-block;
	background-color:#2E7834;
	color: #fdfdfd;
	padding: .5rem .9375rem;
	position: relative;
	margin-bottom: 10px;
}
.lisatr-row-info{
	cursor: pointer;
}
.lisatr-row-info + .lisatr-category{
	margin-top: 15px;
}
.lisatr-row-info + .lisatr-row-info{
	margin-top: 4px;
}
.lisatr-row-info > * {
	float: left;
    min-height: 1px;
    position: relative;
}
.lisatr-row-team{
	width: 33.333333%;
}
.lisatr-row-time{
	width: 25%;
	text-align: center;
}
.lisatr-row-loc{
	width: 41.66667%;
	text-align: right;
}
.lisatr-row-extra{
	width: 100%;
	display: none;
	border-top:1px solid #dadada;
	margin-top: 8px;
	padding: 0 5px;
	clear: both;
}
.lisatr-row>[class^="lisatr-col"]{
	padding-top: .75rem;
	padding-bottom: .75rem;
	position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.lisatr-row>[class^="lisatr-col-xs"]{
	float: left;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="1"]{
	width: 8.333333%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="2"]{
	width: 16.666667%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="3"]{
	width: 25%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="4"]{
	width: 33.333333%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="5"]{
	width: 41.66667%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="6"]{
	width: 50%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="7"]{
	width: 58.333333%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="8"]{
	width: 66.666667%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="9"]{
	width: 75%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="10"]{
	width: 83.333333%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="11"]{
	width: 91.666667%;
}
.lisatr-row>[class^="lisatr-col-xs"][class$="12"]{
	width: 100%;
}
.lisatr-row-extra>.lisatr-row>[class^="lisatr-col"]{
	padding-top: 0.33rem;
	padding-bottom: 0.33rem;
}
.lisatr-icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	position: relative;
	top: 1px;
	left: -4px;
	background-repeat: no-repeat;
}
.lisatr-icon.time{
	background-image: url('images/time_icon.png');
}
.lisatr-icon.info{
	background-image: url('images/info_icon.png');
}
@media (min-width: 34rem){
	.lisatr-row>[class^="lisatr-col"]{
		float: left;
	}
	.lisatr-row>[class^="lisatr-col-sm"][class$="6"]{
		width: 50%;
	}
}
