html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

button, html, input, select, textarea {
    font-family: Verdana,Helvetica,sans-serif;
}


body {
    width: 100%;
    background: #ffffff;
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}


tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.time_indicator {
    background-color: #dd0000;
    width: 5px;
    position: absolute;
    z-index: -1;
}

.market_session {
    background-color: #d5d9e2;
    border: 1px solid #bfc8db;
    padding: 1px 0;
    cursor: default;
    height: 90px;
    text-align: center;
}

.market_session_active {
    background-color: #64eec8;
    border: 1px solid #bfc8db;
    padding: 1px 0;
    cursor: default;
    height: 90px;
    text-align: center;
}

.separator {
    height: 15px;
}

.separator1 {
    height: 40px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

.market_session_title {
    font-size: 1.7em;
}

.market-name {
    font-size: 1.1em;
    font-weight: bold;    
}

.tr-ticks {
    font-size: 1px;
    height: 10px;
}

.tick {
    background-color: #ffffff;
    display: block;
    width: 2px;
    height: 10px;
    margin-top: 2px;
}


.tick1 {
    background-color: #ffffff;
    display: block;
    width: 2px;
    height: 5px;
    margin-top: 2px;
}

.tr-ticks th:first-child .tick {
    background-color: transparent;
}

.clock {
    background-color: #000000;
    color: #ffffff;
}








