button  {
    outline: 0 !important;
    box-shadow: 0 !important;
    border: 0 !important;
}

.nodropbutton {
    background-color: #ffffff;
    color: #F678C4;
    font-family: 'Nunito:400', sans-serif;
    font-size: 15px;
    line-height: 50px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 0;
    border: none;
    cursor: pointer;
}

.nodropbutton  a:link  {
    text-decoration: none;
    cursor: auto;
}
.nodropbutton  a:visited   {
    text-decoration: none;
    cursor: auto;
}

.dropbutton {
    background-color: #ffffff;
    color: #F678C4;
    font-family: 'Nunito:400', sans-serif;
    font-size: 15px;
    line-height: 50px;
    padding-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 0;
    border: none;
    cursor: pointer;
}

.dropbutton  a:link  {
    text-decoration: none;
    cursor: auto;
}

.dropbutton  a:visited   {
    text-decoration: none;
    cursor: auto;
}

.menu {
    position: relative;
    display: inline-block;
    
}

.dropdowncontent {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 104px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdowncontent a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: auto;
    font-family:sans-serif;
    font-size:10px;
}

.dropdowncontent a:hover {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,.05);
}

.menu:hover .dropdowncontent {
    display: block;
}

.menu:hover .dropbutton {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,.05);
}

.menu:hover .nodropbutton {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,.05);
}

.viewicon  {
    width:13px;
    height: auto;
    margin-left: 7px;
    margin-bottom: 5px;
}

.downloadicon  {
    width:13px;
    height: auto;
    margin-left: 6px;
    margin-bottom: 4px;
}