@charset "utf-8" ;
        a.replace_button {
            background-color: #219ED4;
            border-left: 15px solid #F8F246;
        }

        a.replace_button:hover {
            background-color: #F8F246;
            border-left: 15px solid #219ED4;
            color: #000;
        }
        
        .replace_title {
            background-color: #F8F246;
        }