.cfd-table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #4c4c4c;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.cfd-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.cfd-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.cfd-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.cfd-table table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.cfd-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.cfd-table tr:hover td{
	
}
.cfd-table tr:nth-child(odd){ background-color:#e0f3f9; }
.cfd-table tr:nth-child(even)    { background-color:#ffffff; }.cfd-table td{
	vertical-align:middle;

	
	border:1px solid #4c4c4c;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.cfd-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.cfd-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.cfd-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.cfd-table tr:first-child td{
        background-color:#e0f3f9;
	background:-o-linear-gradient(bottom, #e0f3f9 5%, #ffffff 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0f3f9), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #e0f3f9 5%, #ffffff 100% );
	background: linear-gradient(top,#e0f3f9 5%,ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0f3f9', endColorstr='#ffffff');
	border:0px solid #4c4c4c;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#191919;
}
.cfd-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.cfd-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/*------ Spread table style START ----------- */

div#qtable {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.cfd-table {
/*    width: 49%;
    overflow: hidden; */
    margin: 3px;
}
div.cfd-table thead tr:first-of-type{
    height: 60px;
}

.qtableSecond tr td:first-of-type {
    display: none;
}

.cfd-table table.qtableFirst tr td:last-of-type {
    border-right-color: #FFF;

}

.qtableSecond tr td:nth-of-type(2) {
    border-left: none;
}




    .qtable-up:after{
        position: relative;
        content: "▲";
        color: rgba(168, 14, 38, 0.8);
        font-size: x-small;
        vertical-align: top;
        text-align: right;
        width: 21px;
    }
    .qtable-down:after{
        position: relative;
        content: "▼";
        color: rgba(27, 34, 168, 0.8);
        font-size: x-small;
        vertical-align: bottom;
        text-align: right;
        width: 21px;
    }
    .qtable-none:after{
        position: relative;
        content: "▼";
        color: rgba(0, 0, 0, 0.8);
        font-size: x-small;
        vertical-align:middle;
        text-align: right;
        width: 21px;
    }

    .qtable td {
        min-width: 60px;
        height: 18px;
        vertical-align: baseline;
        text-align: right;
    }

    .qtable tr {
        height: 18px;
    }

    .qtable td:first-child {
        min-width: 70px;
        vertical-align: baseline;
        text-align: left;
        font-size: medium;
    }

    .qtable td b {
        font-size: large;
        vertical-align:baseline;
        font-weight: normal;
    }

    .qtable td small {
        font-size: smaller;
        vertical-align:baseline;
    }

    .qtable th {
        font-size: medium;
        font-weight: normal;
        text-align: center;
        vertical-align:baseline;
    }

    .qtable caption {
        font-size: large;
        font-weight: normal;
        margin: 12px;
     }

    .qtable  {
        font: 300 13px/1.2em Tahoma,'Arial Narrow',Arial,'Source Sans Pro', sans-serif;
        border: none;
        border-collapse: collapse;
        -webkit-border-horizontal-spacing: 0;
        -webkit-border-vertical-spacing: 0;
       margin-top: 12px;
    }

 @media (max-width: 767px){
    div#qtable {
    display: block;
	min-width: 327px;
	margin: 0;
    padding: 0 7px;
	overflow-x: scroll;
    }

    .qtableSecond tr td:first-of-type {
	display: table-cell;
    }

.cfd-table {
    overflow-x: scroll;
    }
.cfd-table section {
	min-width: 560px;
    }
}

/*------ Spread table style END   ----------- */
