.st-row label{
	font-weight:bold;
	padding-right:5px;
	font-size:14px;
	min-width:200px;
	    color: #585858;
}

p{
	font-size:15px;
}
.green-blk{
	background:green;
}
.red-blk{
	background:red;
}
.red-blk,.green-blk{
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.color-sheet{
    border: 1px solid #ece8e8;
    padding: 0px 9px 0px 5px;
    font-size: 14px;
    
}
.color-sheet .d-inline{
  line-height:25px;
}
.color-sheet .red-blk,.color-sheet .green-blk{
  width: 13px;
    height: 13px;
  
}

@media screen and (max-width: 767px) {
	p,label{
		font-size:14px;
	}
	.color-sheet {
		font-size: 13px;
	}
	.priceTitle{
		order:2;
		width:100%;
	}
	.color-sheet{
		order:1;
		margin-left:auto;
	}
}
@media screen and (max-width: 350px) {
.st-row label {
  
    min-width: 170px;
}
}
