﻿.myDropDown {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 0;
    border-left: 0px;
    border-top: 0;
    border-right: 0;
    background: transparent;
}
