/*==================================
	infoTable
==================================*/

.info-table {
	width: 100%;
}

	.info-table a {
		text-decoration: underline;
	}

	.info-table-tr {

	}

		.info-table-tr:nth-child(odd) {
			background: #eeeeee;
		}

		.info-table-tr:nth-child(even) {
			background: #f5f5f5;
		}

		.info-table-tr:first-child {
			background: #142248;
			color: #ffffff;
            font-weight: 600;
		}

		.info-table-td {
			padding: 15px 10px 15px 15px;
		}

        .info-table-td p {
            margin-bottom: 0;
        }

/*Form responsive styles

	@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {


		.info-table,
		.info-table thead,
		.info-table tbody,
		.info-table th,
		.info-table td,
		.info-table tr {
			display: block;
		}

		.info-table td,
		.info-table th {
			width: auto;
		}

		.info-table td.special-wood-td {
			padding: 10% 6% 6% 6%;
		}


		.info-table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		.info-table tr { border: 1px solid #ccc; }

		.info-table td {

			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		.info-table td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

	} */



/*==== End of infoTable ====*/


/*==================================
	Responsive
==================================*/

@media screen and (max-width:767px) {

	.info-table {
		display: block;
		overflow: auto;
	}

}

/*==== End of Responsive ====*/
