/*start copying from here and ignore the body above*/

.wtwh-hover-ticker {
    font-weight: bold;
    margin-right: 22px;
    width: auto;
    display: inline-block;
}

/*.wtwh-hover-ticker button {*/
/*    color: #002f6c;*/
/*    margin-left: 5px;*/
/*    font-size: 10px;*/
/*    font-weight: 600;*/
/*    padding: 2px 4px;*/
/*    background-color: white;*/
/*    position: absolute;*/
/*    !*these colors should match the theme color*!*/
/*    color: #97c028;*/
/*    border: 1px solid #97c028;*/
/*}*/

.wtwh-hover-ticker:hover .wtwh-hover-ticker-container {
    visibility: visible;
}

.wtwh-hover-ticker-container {
    visibility: hidden;
    border: .5px solid #9e9e9e;
    background-color: white;
    border-top: 0;
    box-shadow: 0 1px 6px #00000040;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: auto;
    left: auto;
    margin-left: -4px;
    width: 300px;
    z-index: 100;
}

.wtwh-hover-ticker-info-container {
    display: block;
    padding: 0;
}

/*.wtwh-hover-ticker-company-name {*/
/*    display: block;*/
/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    line-height: 28px;*/
/*    padding: 5px 10px;*/
/*    !*this should match site theme. currently fits DW*!*/
/*    background-color: #333;*/
/*    color: #fff;*/
/*    border-top: 5px solid #97c028;*/
/*}*/

.wtwh-hover-ticker-header-info {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    margin-right: 12px;
    margin-top: 5px;
}

.wtwh-hover-ticker-header-delta {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
}

.wtwh-hover-ticker-header-delta-up {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    color: green;
}

.wtwh-hover-ticker-header-delta-up:before {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    content: "▴";
}

.wtwh-hover-ticker-header-delta-down {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    color: red;
}

.wtwh-hover-ticker-header-delta-down:before {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    content: "▾";
}

.wtwh-hover-ticker-last {
    display: inline-block;
    margin-right: 12px;
    padding-left: 10px;
}

.wtwh-hover-ticker-data {
    grid-column-gap: 4%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 10px;
}

.wtwh-hover-ticker-data-half {
    color: #747474;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    margin: 0;
    border-bottom: .5px solid #747474;
}

.wtwh-hover-ticker-data-half :nth-child(2n) {
    color: #171717;
}

.wtwh-hover-ticker-chart-page {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
}

.wtwh-hover-ticker-chart-page a {
    text-decoration: underline;
    color: #333;
}

/*.wtwh-hover-ticker-chart-page a:hover {*/
/*    text-decoration: underline;*/
/*    !*this should change to match site theme*!*/
/*    color: #97c028;*/
/*}*/
