/*Tinto Consultation*/
@media (max-width: 767px){
	.consultationWrap .consultationTab-wrap{
		border-right: none;
	    border-left: none;
	    border-bottom: none;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.sm-table{
		margin-top: 20px;
		list-style: none;
		padding: 0px;
	}
	ul.sm-table li a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    width: 100%;
	    display: block;
	}
	.sm-table-tr {
	    width: 100%;
	    overflow: hidden;
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	ul.sm-table .sm-table-tr:last-child{
		margin-bottom: 0px;
	}
	.sm-table-td.txt-left {
	    float: left;
	    font-size: 16px;
	}
	.sm-table-td.txt-right {
	    float: right;
	    font-size: 14px;
	    font-weight: normal;
	}
	ul.sm-table li {
	    background: #fff;
	    border-top: 1px solid #f3f3f3;
	}
	ul.sm-table li:last-child{
		border-bottom: 1px solid #f3f3f3;
	}
	.sm-table-tr:first-child .sm-table-td{
		font-weight: bold;
	}
	ul.sm-table .sm-table-tr .sm-table-td .btn.viewBtn{
		background: #fff;
	    color: #666;
	    border: 1px solid #666;
	    height: 35px;
	    line-height: 30px;
	}
	ul.sm-table .sm-table-tr .sm-table-td .btn.joinBtn{
		height: 35px;
    	line-height: 35px;
	}
	ul.sm-table .sm-table-tr .sm-table-td .icon{
		font-size: 16px;
		margin-right: 6px;
	}
}
input#consultation_date {
    cursor: pointer;
}