.traffic_box table { width: 100%; }
.traffic_box table tr:first-child th, .traffic_box table tr:first-child td {padding: 0 20px 10px 0;}
.traffic_box table tr th{width: 4em !important;}
.traffic_box table th {color: #e9ad19;font-weight: 400;font-size: 100%;vertical-align: baseline;}
.traffic_box table td { font-size: 100%; }
.traffic_box table td * { vertical-align: baseline; }
.traffic_box table td span {margin-right: 5px;padding: 2px 8px;background-color: #eee;border-radius: 3px;display: inline-block;}

@media screen and (max-width:640px) {
    .traffic_box table td span{margin-bottom:5px}
    .traffic_box table tr{display:flex;flex-direction: column;}
    .traffic_box table tr th{width: 100% !important;padding: 0 !important;margin-bottom: 10px;}
}