[for="fxl-pixel-placing-page"]
    body, td, textarea, input, select {
    font-size: 16px;
    } 
    a {
        color:#4E598C;
    }
    ol {
    list-style-type: none;
    }
    ol span {
    background-color: #F1C232;
    padding: 0px 10px 3px;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    margin:5px;
    }
    ol li {
    margin-bottom: 20px;
    height: 2rem;
    }
    #insert_header{
        margin-top:5px;
    }
    #letsGoBtn{
    background-color: #4E598C;
    border-radius: 5px;
    color: white;
    padding:0px 10px;
    font-size: 14px;
    }

    #extraDataBox{
    width:300px;
    /* margin: 50px; */
    padding: 20px;
    float: right;
    background: white;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}

#extraDataBox .package_top{
    border:none;
}
#extraDataBox .package_title {
    padding-bottom: 0;
}
#extraDataBox li{
    line-height: 2;
}
#extraDataBox hr{
    border-top: #dfe3e8 1px solid;
}
