/*20171112 Add by Simon for UX update*/
.control_row {
    position: static;
    bottom: 80px;
    max-width: 1140px;
    padding: 0 .5rem;
    border-bottom: none;
    z-index: 9;
}

    .control_row.fixed {
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        padding: 1rem 0;
        background-color: white;
		z-index: 999;
    }

.hide-note .od-title {
    cursor: pointer;
}

    .hide-note .od-title .od-title-notice i {
        color: white;
    }