#drSet{
	margin-bottom:15px;
}

#drSet span.badge{
	padding:5px 12px;
	margin:0 10px 5px 0;
	display:inline-block;
}

#drSet span.badge:hover,
#drSet span.badge input:hover,
#drSet span.badge label:hover{
	cursor: pointer;
}

#drSet span.badge input{
	margin-right:5px;
}

#drSet span.badge label{
	font-size:15px;
	font-weight:500;
}


table#cTB tr td span.mobileShow{
	display:none;
}

#precautions{
	margin-bottom:20px;
}
#precautions ul{
	margin:0;
	padding-left:25px;
}

#cTBDiv p.cInfo{
	margin:0 0 10px 0;
}


@media screen and (max-width:480px){
    #cTBDiv #cTB thead{
        display:none;
    }
    #cTBDiv #cTB tbody tr td:nth-child(2),
    #cTBDiv #cTB tbody tr td:nth-child(3),
    #cTBDiv #cTB tbody tr td:nth-child(4),
    #cTBDiv #cTB tbody tr td:nth-child(5){
        display:block;
        line-height:1em;
        text-align:left;
    }
    #cTBDiv #cTB tbody tr td:nth-child(2),
    #cTBDiv #cTB tbody tr td:nth-child(3),
    #cTBDiv #cTB tbody tr td:nth-child(4){
        border-top:none;
        border-bottom:none;
    }
    #cTBDiv #cTB tbody tr td:nth-child(5){
        border-top:none;
    }
    table#cTB tr td span.mobileShow{
        display:inline-block;
    }
    #cTBDiv #cTB tbody tr td #confirmOKBtn{
        width:100%;
        padding:2px 10px;
    }
    /*取消掛號記錄*/    
    #myModal .modal-body table.inputForm{
        width:100%;
    }
    #myModal .modal-body table.inputForm #basicDataConfirm{
        padding-bottom:10px;
    }
}