#gigw-toolbar{

position:fixed;
right:10px;
top:150px;
z-index:9999;

}

#gigw-toggle{

background:#005ea2;
color:#fff;
border:none;
padding:10px;
cursor:pointer;
font-size:20px;

}

#gigw-panel{

position:fixed;
left:-280px;
top:150px;
width:260px;
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,0.2);
padding:15px;
transition:0.3s;

}

#gigw-panel.open{
left:0;
}

#gigw-panel ul{
list-style:none;
padding:0;
}

#gigw-panel li{
margin-bottom:10px;
}

#gigw-panel button{
width:100%;
padding:6px;
cursor:pointer;
}

/* Effects */

body.gigw-grayscale{
filter:grayscale(100%);
}

body.gigw-high-contrast{
background:#000;
color:#fff;
}

body.gigw-negative{
filter:invert(100%);
}

body.gigw-light{
background:#fff;
color:#000;
}

body.gigw-links a{
text-decoration:underline !important;
}

body.gigw-font{
font-family:Arial, Helvetica, sans-serif;
}




