
.g-triple { display: flex; background-color: #fff; padding-bottom: 4px; justify-content: center; align-items: center; }
.g-market-item { width: 33%; background-color: rgba(238, 238, 238, 0.75); margin: 0 2px; padding: 0.75rem 0 0.5rem; }
.g-market-item > p { text-align: center; font-family: nyt-franklin, arial, sans-serif; font-size: 0.9rem; line-height: 1; margin-bottom: 0.5rem; }
.g-index-name { font-weight: 700 }
span.g-name-dek { font-weight: 500; font-size: 0.8rem; }
.g-change-negative { color: #cc0000; }
/*.g-change-negative:before { content: "-"; }*/
.g-change-negative:after { content: "%"; }
.g-change-positive { color: rgb(63, 137, 59); }
.g-change-positive:before { content: "+"; }
.g-change-positive:after { content: "%"; }
.g-market-image { position: relative; }
.g-market-image>p { font-family: nyt-franklin, arial, sans-serif; font-size: 0.85rem; position: absolute; margin-bottom: 10px; width: 100%; background-color: #fff; color: #444; }
.g-market-timestamp { width: 100%; margin-top: -2px; padding-left: 2px; }
.g-market-timestamp>p { display: inline; font-family: nyt-franklin, arial, sans-serif; font-size: 0.7rem; font-weight: 100; color: #666; }
.g-updated-timestamp-text:before { color: #ccc; content: "•"; padding-left: 3px; padding-right: 6px; }
#g-last-updated-value { padding-left: 6px; }
@media only screen and (max-width: 400px) {
.g-market-embed { max-width: 99%; margin-right: auto; margin-left: auto; }
.g-market-item > p { font-size: 0.9rem; }
.g-market-timestamp { max-width: 90%; margin-left: auto; margin-right: auto; } }