﻿.line1 {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 40px;
    width: 500px;
}

.clearSettings {
    float: right;
    color: red;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 8px;
}

.clearSettings:hover {
    text-decoration: underline;
}

.symbol {
    float: right;
    color: #ffffff;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 8px;
    display: block;
    background-color: #4462c4;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}

.symbol:hover {
    /* text-decoration: underline; */
}

.noDateDiv {
    float: right;
    color: black;
    margin-right: 15px;
    margin-top: 8px;
}

.menu-text,
.menu-text span {
    font-size: 12px;
}