            #topcontrol {
                background: #aaaaaa none repeat scroll 0 0 padding-box;
                border: medium none;
                border-radius: 50%;
                color: #474747;
                height: 50px;
                text-align: center;
                transition: all 0.2s ease-in-out 0s;
                width: 50px;
                z-index: 100;
                display: none;
                position: fixed; 
                bottom: 185px; 
                right: 5px; 
                opacity: 1; 
                cursor: pointer;
            }
            #topcontrol:hover {
                background: #555555 none repeat scroll 0 0;
                color: #63a5ef;
            }
            #topcontrol .fa:hover {
                color: #63a5ef;
            }
            #topcontrol .fa {
                font-size: 40px;
                position: relative;
                top: 3px;
            }


            #topcontrol_copy {
                background: #aaaaaa none repeat scroll 0 0 padding-box;
                border: medium none;
                border-radius: 50%;
                color: #474747;
                height: 50px;
                text-align: center;
                transition: all 0.2s ease-in-out 0s;
                width: 50px;
                z-index: 100;
                position: fixed; 
                bottom: 125px; 
                right: 5px; 
                opacity: 1; 
                cursor: pointer;
            }
            #topcontrol_copy .fa:hover {
                color: #63a5ef;
            }
            #topcontrol_copy .fa {
                font-size: 24px;
                position: relative;
                top: 13px;
            }


            #topcontrol_switch {
                background: #aaaaaa none repeat scroll 0 0 padding-box;
                border: medium none;
                border-radius: 50%;
                color: #474747;
                height: 50px;
                text-align: center;
                transition: all 0.2s ease-in-out 0s;
                width: 50px;
                z-index: 100;
                position: fixed; 
                bottom: 65px; 
                right: 5px; 
                opacity: 1; 
                cursor: pointer;
            }
            #topcontrol_switch:hover {
                background: #555555 none repeat scroll 0 0;
                color: #63a5ef;
            }
            #topcontrol_switch .fa:hover {
                color: #63a5ef;
            }
            #topcontrol_switch .fa {
                font-size: 24px;
                position: relative;
                top: 15px;
            }



            #topcontrol_help {
                background: #aaaaaa none repeat scroll 0 0 padding-box;
                border: medium none;
                border-radius: 50%;
                color: #474747;
                height: 50px;
                text-align: center;
                transition: all 0.2s ease-in-out 0s;
                width: 50px;
                z-index: 10000;
                position: fixed; 
                bottom: 5px; 
                right: 5px; 
                opacity: 1; 
                cursor: pointer;
                display: none;
            }
            #topcontrol_help:hover {
                background: #555555 none repeat scroll 0 0;
                color: #63a5ef;
            }
            #topcontrol_help .fa:hover {
                color: #63a5ef;
            }
            #topcontrol_help .fa {
                font-size: 36px;
                position: relative;
                top: 7px;
            }
