.date-quotation{
    font-size: 20px;
    font-family: "Exo 2";
    font-weight: 700;
}


.price-quotation{
    font-size: 50px;
    font-family: "Exo 2";
    font-weight: 600;
}

.money-conversion{
    text-align: right;
    width: 100%;
    float:left;
    font-size: 20px;
}

.wrapper-graph{
    width: 100%;
    height: 500px;
}

.data-quotazione{
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
}

.trend-quotazione{
    float: left;
    margin-right: 30px;
    font-size: 90px;
}

.trend-quotazione .fa-arrow-up{
    color: #21A900;
}

.trend-quotazione .fa-arrow-down{
    color: #D0021B;
}

.trend-quotazione .fa-arrow-right{
    color: #ABABAB;
}


.valore-quotazione{
    float: left;
    font-size: 90px;
    font-family: 'Exo 2', sans-serif;
}

.indice-quotazione{
    float: left;
    font-size: 40px;
    padding-top:55px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.storico-quotazione-del-rame table {
    font-family: 'Exo 2', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.storico-quotazione-del-rame td,
.storico-quotazione-del-rame th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.storico-quotazione-del-rame tr:nth-child(even) {
    background-color: #dddddd;
}

.rg-container {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 1em 0.5em;
    color: #1a1a1a;
}
.rg-header {
    margin-bottom: 1em;
}
.rg-hed {
    font-weight: bold;
    font-size: 1.4em;
}
.rg-dek {
    font-size: 1em;
}
.rg-source-and-credit {
    width: 100%;
    overflow: hidden;
}
.rg-source {
    margin: 0;
    float: left;
    font-weight: bold;
    font-size: 0.75em;
}
.rg-source .pre-colon {
    text-transform: uppercase;
}

/* table */
table.rg-table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
table.rg-table * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}
table.rg-table thead {
    /*    border-bottom: 1px solid #ddd;*/
    background-color: #B71C1C;
}

table.rg-table thead .text{
    text-transform: uppercase;
    color: #FFF;
}

table.rg-table tr {
    border-bottom: 1px solid #ddd;
    color: #222;
}
table.rg-table tr.highlight {
    background: #efefef;
}
table.rg-table.zebra tr:nth-child(even) {
    background: #efefef;
}
table.rg-table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 0.9em;
}
table.rg-table td {
    padding: 0.35em;
    font-size: 0.9em;
}
table.rg-table .highlight td {
    font-weight: bold;
}
table.rg-table th.number, td.number {
    text-align: right;
}


.wrap-avarage {
    padding: 20px;
    color: #FFF;
    background-color: #AAA;
    font-size: 1.2em;
}

/* media queries */

/* media queries */
@media screen and (min-width: 768px) {
    #fromStoryDate,
    #toStoryDate,
    #typeStoryQuotation{
        width: 100% !important;
    }
}


@media screen and (max-width: 600px) {
    .rg-container {
        max-width: 600px;
        margin: 0 auto;
    }
    table.rg-table {
        display: block;
        width: 100%;
    }
    table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
        display: none;
    }
    table.rg-table thead {
        display: none;
    }
    table.rg-table tbody {
        display: block;
        width: 100%;
    }
    table.rg-table tr, table.rg-table th, table.rg-table td {
        display: block;
        padding: 0;
    }
    table.rg-table tr {
        border-bottom: none;
        margin: 0 0 1em 0;
        padding: 0.5em 0;
    }
    table.rg-table tr.highlight {
        background: none;
    }
    table.rg-table.zebra tr:nth-child(even) {
        background: none;
    }
    table.rg-table.zebra td:nth-child(even) {
        background: #efefef;
    }
    table.rg-table tr:nth-child(even) {
        background: none;
    }
    table.rg-table td {
        padding: 0.5em 0 0.25em 0;
        border-bottom: 1px dotted #ccc;
        text-align: right;
    }
    table.rg-table td[data-title]:before {
        content: attr(data-title);
        font-weight: bold;
        display: inline-block;
        content: attr(data-title);
        float: left;
        margin-right: 0.5em;
        font-size: 0.95em;
    }
    table.rg-table td:last-child {
        padding-right: 0;
        border-bottom: 2px solid #ccc;
    }
    table.rg-table td:empty {
        display: none;
    }
    table.rg-table .highlight td {
        background: none;
    }
}
