/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#course-dropdown {
     background-color: #e1e1e1;
     /* color: black; */
     font-weight: bold;
}
.my-div-icon {
     margin-left: -25px;
     margin-top: -25px;
     width: 20px !important;
     height: 20px !important;
     transform: translate3d(416px, 280px, 0px);
     z-index: 280;
     outline: none;
     background:red;
     border:1px solid #6d1012;
     color:white;
     font-weight:bold;
     text-align:center;
     border-radius:50%;
     line-height:30px;
}
