.table-std .w50 {
	width: 5vw;
}
@media screen and (max-width: 767px){
	.table-std .w50 {
		width: auto;
	}
}