@CHARSET "UTF-8";

#the_element {
...
border: none; // remove the default 1px border
position: relative;
}
#toggler {
position: absolute;
float: left;
z-index: 1;
top: 0px;
left: 0px;
width: 10em;
height: 2em;
border: none;
background-color: #202021;
color: #ccc;
}
#toggler:hover {
background-color:blue;
}
 

#info_link{
    color: #2b81af;
    text-decoration: none;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
#info_link:hover{
    color: #fff;
    background-color: rgba(43, 129, 175, 1);
}