

.dp-table{
    background:#fff;
    width:400px;
    margin:0 auto;
    font-weight:bold;
    display: table;
    margin-bottom: 10px;
}
.dp-table td{
    padding:5px;
    
}
@media screen and (max-width: 480px) and (min-width: 320px){
.dp-table table{
        width: 100% !important;
    }
    .dp-table thead tr td p{
        text-align: left !important;
        
    }
    .dp-table p{
        padding-left: 5px !important;
    }
    .dp-table thead tr td,.dp-table td{
        padding: 1px !important;
    }
    .dp-table thead tr td p font,.dp-table thead tr td font{
        font-size: 12px !important;
    }
	.dp-table{
        font-size: 9px;
        width: 100%;
    }
}

@media only screen and (max-width: 320px) and (min-width: 270px) {
    .dus .col-md-3 {
        width: 100%;
    }
    .dp-table{
        font-size: 10px;
        width: 100%;
    }
    /*    .dp-table p{
            width:62px;
        }*/
    .ft-bg h2{
        font-size:24px;
    }
}

.dp-table p{
    color:#000 !important;
    padding-top:10px;
}
.dp-table tr:last-child{
    border-bottom: none;
}
.dp-table tr{
    border-bottom: 1px solid #04490f;
    
}
