.mkbb-inner-text-pb {
top: 50%;
margin: 0;
padding-left: 15px;
color: white;
font-size: 12px;
float: left;
}
.mkbb-percent-pb {
top: 50%;
margin: 0;
float: right;
padding-right: 15px;
color: white;
font-size: 12px;
}
.mkbb-progress-pb {
padding: 0;
width: 100%;
display: flex;
height: 30px;
line-height: 30px;
overflow: hidden;
background: #e5e5e5;
border-radius: 3px;
}
.mkbb-progress-bar {
position: relative;
float: left;
min-width: 1%;
height: 100%;
background: cornflowerblue;
width: 50%;
}