@media screen and (max-width: 600px) {
        /*#quick-reply {
                display: block !important;
		right: auto !important;
        }*/
	#quick-reply {
		position: fixed !important;
    		top: 40% !important;
    		left: 33% !important;
   		transform: translate(-50%, -50%) !important;
	}

}
@media screen and (max-width: 810px) {
        #watchlist{
                background-color: rgb(214, 218, 240)!important;
                border: 1px solid rgb(136, 153, 170)!important;
                bottom: auto!important;
                left: 0pt!important;
                width: 45%;
                z-index: 1;
        }
}
