.company-data-table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap:.5em; 
    grid-column-gap: 1.5em; 
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;  
}

.company-data-table div {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.5em;
    margin:0;
}

.company-data-table span {
    float:right;
}

@media only screen and (min-width: 1000px) {
    .company-data-table {
        grid-template-columns: 1fr 1fr;
    }
}

.company-data {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5em; 
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;     
}

.company-data ul {
    list-style-type: none;
    margin-left: 0;
}

.company-data ul li {
    padding: 0.5em 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1000px) {
    .company-data {
        grid-template-columns: 60% 40%;
    }
}
.quote-update-table {
    text-align: center;
}

.quote-update-table span {
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
}

.quote-update-table small {
    display: block;
    margin-top:0.5rem;
    font-size: 12px;
    color: #666;
}

.quote-update-table small span {
    font-size: 12px;
}

.quote-update-table .increase:before,
.quote-update-table .decrease:before {   
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.6em;
    padding: 0 0 0 0.8rem;  
}

.quote-update-table .increase:before {
    content: '\f062';
    color: #393;
}

.quote-update-table .decrease:before {
    content: '\f063';
    color:#c30;   
}

small.real-time-info {
    font-family: "Hind", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    padding-bottom: 1rem;
    display: block;	
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 2rem 0;
    min-height: 670px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}