.dash_label {font-weight: 2; font-size: 24px; margin-bottom: 10px;}

.dash_cont {display: flex; flex-wrap: wrap; align-items: center; justify-content: left; width: 100%;}
.dash_list_3 {flex: 1 0 calc(100%/3); padding: 5px; font-size: 12px;}
.dash_list_cont {display: flex; flex-wrap: nowrap; align-items: center; justify-content: left; width: 100%;
                 border: 1px solid var(--color_1_035);}
.dash_name {text-align: left; width: 40%; background: var(--color_1_010); border-right: 1px solid var(--color_1_035); font-weight: 1; padding: 10px 10px; overflow: hidden; text-overflow: ellipsis;}
.dash_count {text-align: right; width: 60%; padding: 10px 10px;}

@media screen and (orientation:portrait){
  .dash_list_3:nth-child(odd) {flex: 1 0 50%; padding: 2.5px 2.5px 2.5px 0px;}
  .dash_list_3:nth-child(even) {flex: 1 0 50%; padding: 2.5px 0px 2.5px 2.5px;}
}
