.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.float-left-truncate
{
    float: left;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50%;
}


.float-right-truncate
{
    float: right;
    margin-left: auto;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50%;
}

.tooltip-text
{
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
  }

.myError
{
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 30px;
}

.coinmarketcap-currency-widget div > span
{
    color: white;
}

.coinmarketcap-currency-widget div > span:last-child
{
    color: #7c7c7e !important;
}

.coinmarketcap-currency-widget > div > div:nth-child(2) > div
{
    color: #dddddd;
}

#footer ul
{
    text-align: right;
    letter-spacing: 0.02em;
    list-style: none;
    padding-right: 10px;
}