@font-face {
    src: url('/static/fonts/Open\ 24\ Display\ St.ttf');
    font-family: led;
}

@font-face {
    src: url('/static/fonts/Roboto-Thin.ttf');
    font-family: roboto-thin;
}

.xchangerate_title {
    font-family: roboto-thin;
    color: lightgray;
    font-size: 2em;
    text-align: center;
}

.xchangerate_quote_info {
    color: gray;
    font-size: 1em;
    text-align: center;
}

.xchangerate_table {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: lightgray;
    background-color: transparent;
}

.xchangerate_table.img {
    width: 1.5em;
    height: auto;
}

.xchangerate_table_row {
    background-color: #222222;
}

.xchangerate_table_cell_currency {
    vertical-align: middle !important;
}

.xchangerate_table_cell_flag {
    width: 1%;
    vertical-align: middle !important;
}

.xchangerate_table_cell_code {
    width: 1%;
    vertical-align: middle !important;
}

.xchangerate_table_cell_xchangerate {
    width: 1%;
    font-family: led;
    font-size: 1.2em;
    color: orange;
    text-align: right;
    vertical-align: top !important;
}