/*a.addtoquotes {
    width: 56%;
    position: absolute !important;
    top: 86%;
    right: 0px;
}*/

#sidebar {
   width: 20%;
   background-color: #dddddd;
   right: 0;
   position: absolute;
   height: 100%;
   color: black;
   top: 15%;
   bottom: 0;
   z-index: 9999;
   overflow: scroll;

}
.quote_heading {
    color: black;
    font-size: 20px;
    padding: 5px 5px 15px 5px;
}

.closesidebar {
    width: 10%;
    font-size: 27px;
    transform: rotate(45deg);
    font-weight: 700;
    /*transition: transform .25s, opacity .25s;*/
    cursor: pointer;
}

.maindiv {
    display: flex;
    justify-content: space-between;
}
