/* Test */

#viewA span:nth-child(1) {
    background: yellow;
    padding-right: 100px;
}
#viewA span:nth-child(2) {
    background: red;
    padding-right: 70px;
}

