#app_container {
    
}

#step_rules {
    margin: 0px auto;
    position: relative;
}
#rules_text{
    margin: 35px auto;
}
ol{
    line-height: 45px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    
}
ol li {
    color: #ec008c;
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;

    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 1em;
}
ol li span{
    color: #312783!important;
}
#main_row{
    background-color: #f0f0f0;
}
.buttons_wrapper{
/*    position: absolute;
    left: 115px;
    top: 435px;
    width: 205px;*/
    margin: 20px auto;
	margin-bottom: 40px;
}