* {
    color: green;
}

a,
a * {
    color: red;
}

a img {
    border: 1px dotted red;
}

.share {
    fill: red;
}

.share:hover {
    fill: white;
}

div#debugbox table {
    border: 2px solid gray;
    border-collapse: separate;
}

div#debugbox {
    position: fixed;
    top: 0px;
    left: 0px;
}

body {
    overflow: visible !important;
}