.T1911 .maxwidthsmall {
	margin-bottom: 50px;
}

.T1911 h2 {
	text-align: center;
}

.T1911 table {
	width: 100%;
	border: 0px solid #000;
	table-layout: auto;
	border-collapse: collapse;
	margin: 0px auto 0px auto;
}

.T1911  table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 5px;
	border: 0px solid #000;
	line-height: 115%;
	background-color: #eee;
	white-space: nowrap;
}

.T1911 table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 5px;
	border: 0px solid #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}

.T1911 table tr.odd td {
	background-color: rgba(0,0,0,0.02);
}

.T1911 table td.label {
	font-weight: bold;
}

.T1911 table td.quantity {
	padding-bottom: 10px;
	font-style: oblique;
}


.T1911 table td.name {
	font-weight: bold;
}

.T1911 table td.footer {
	font-size: 14px;
	color: #999;
	font-style: oblique;
	white-space: normal;
}


.T1911 table .periods {
	color: #999;
	font-weight: normal;
}


.T1911 table .ez {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin-left: 5px;
	display: block;
	margin-left: 0px;
}


.T1911 table .first {
	color: #999;
	font-size: 11px;
	line-height: 14px;
}

.T1911 .buttons {
	float: right;
	margin: 10px 0px;
}

.T1911 .button {
	padding: 5px 20px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

@media all and (min-width: 901px) and (max-width:1279px) {
	.T1911 .scrolltable {
	    overflow: auto;
	}

	.T1911 .scrolltable.has-overflow {
	    right: 0;
		background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, .15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .15), rgba(255, 255, 255, 0));
		background-position: left center, right center, left center, right center;
		background-repeat: no-repeat;
		background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
		background-attachment: local, local, scroll, scroll;
	}

	.T1911 .scrolltable.has-overflow:before, .T1911 .scrolltable.has-overflow:after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    height: 100%;
	    width: 2rem;
	}
}
@media all and (max-width: 767px) {

	.T1911 .scrolltable {
	    overflow: auto;
	}


	.T1911 .scrolltable.has-overflow {
	    right: 0;
		background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, .15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, .15), rgba(255, 255, 255, 0));
		background-position: left center, right center, left center, right center;
		background-repeat: no-repeat;
		background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
		background-attachment: local, local, scroll, scroll;
	}

	.T1911 .scrolltable.has-overflow:before, .T1911 .scrolltable.has-overflow:after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    height: 100%;
	    width: 2rem;
	}
}