/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.txm-tb-wap table {
	margin-bottom: 0;
	border-collapse: collapse;
    min-width: 1000px;
}
.txm-tb-wap td,
.txm-tb-wap th {
	border: 1px solid #ccc;
	padding: 15px;
    line-height: 1.4;
}
.txm-tb-wap th {
	background: #1C92EC;
	color: #fff;
	text-align: center;
}
.txm-tb-wap td {
	color: #000;
}
.txm-tb-wap td:first-child {
	width: 10%;
	font-weight: bold;
}
.txm-tb-wap td:nth-child(2) {
	width: 10%;
}
.txm-tb-wap td:nth-child(3) {
	width: 10%;
}
.txm-tb-wap td:nth-child(4) {
	width: 20%;
}
.txm-tb-wap td:nth-child(5) {
	width: 20%;
}
.txm-tb-wap td:nth-child(6) {
	width: 20%;
}
.txm-tb-wap {
    overflow: auto;
}
.pd-bt-0 {
    padding-bottom: 0;
}
.mg-bt-0 {
    margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}