*{
    box-sizing: border-box;
    
}
#r1{
    width: 100%;
    height: 20px;
    
}
#r11{
    background-color: red;
}
#r12{
    background-color: blue;
}
.r1{
    width: 50%;
    height: 100%;
    float: left;
}

#r2{
    width: 100%;
    height: 20px;
    ;
}
#r21{
    background-color: green;
    width: 95%;
}
#r22{
    background-color: blue;
    width: 5%;
}
.r2{
    height: 100%;
    float: left;
}

#r3{
    width: 100%;
    height: 20px;
    
}
#r31{
    background-color: red;
    width: 5%;
}
#r32{
    background-color: green;
    width: 90%;
}
#r33{
    background-color: blue;
    width: 5%;
}
.r3{
    height: 100%;
    float: left;
}



#r4{
    width: 100%;
    height: 20px;
    ;
}
#r41{
    background-color: red;
    width: 95%;
}
#r42{
    background-color: blue;
    width: 5%;
}
.r4{
    height: 100%;
    float: left;
}




#r5{
    width: 100%;
    height: 20px;
    background-color: green;
    position: relative;
}
#r51{
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
    
}





#r6{
    width: 100%;
    height: 20px;
    background-color: red;
    position: relative;
}
#r61{
    width: 5%;
    height: 100%;
    background-color:blue;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}


#r7{
    width: 100%;
    height: 20px;
    
    background-color: aquamarine;
    
}
.r7{
    height: 100%;
    float: left;
}
#r71{
    width: 5%;
    background-color: red;
}
#r72{
    width: 95%;
    background-color: blue;
    position: relative;
}
#r73{
    width: 100%;
    background-color: green;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);

}

#r8{
    width: 100%;
    height: 20px;
    background-color: green;
    display: flex;
    
}

.r8{
    width: 5%;
    height: 100%;
    background-color: orange;
    
    
}

.r81{
    margin-left: auto;

}


#r9{
    width: 100%;
    height: 20px;
    background-color: green;
    display: flex;
    
}

.r9{
    width: 19.5%;
    height: 100%;
    background-color: orange;
    
    
}

.r91{
    margin-left: auto;

}




