#LeftNav {
    position: absolute;
    margin: 0;
    top: 0;
    left: 9px;
    width: 154px;
    background: none;
    border-radius: 10px;
    background-color: #dfedee;
    background-image:
        linear-gradient(to left,
            #6ba6a6,
            #dfedee 6%);
    font-size: 12px;
    padding: 10px;
    box-sizing: content-box;
}

.websweepertxt {
    color: #000099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

.md {
    margin-top: 5px;
}

#nav li {
    width: 155px;
}

#ddMenu {
    margin-bottom: 15px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

/*.purple {color:#660099;}*/
.purple {
    color: #660099 !important;
}

.f15 {
    font-size: 15px;
}