.coppyable:hover {
    text-decoration: underline;
}

.coppyable:active {
    color: red;
}

.coppyable {
    display: inline-block;
}

.coppyable .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
}

.coppyable:hover .tooltiptext {
    visibility: hidden;
}

.coppyable:active .tooltiptext {
    visibility: visible;
}
.block {

    display: none;
}

.holder:hover .block {
    display: block;
}
#screenshot_style {
    display: none;
    position: absolute;
    top: -3000px;
    left: -3000px;
}

#screenshot {
    display: none
}
.fix_size {
    margin-bottom: 0rem;
}
#screenshot_style,
#screenshot_style td,
#screenshot_style th {
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #000
}

#screenshot_style tr td:nth-child(3) {
    border-bottom: none
}

#screenshot_style tr:nth-child(5) td,
#screenshot_style tr:nth-child(9) td,
#screenshot_style tr:nth-child(13) td,
#screenshot_style tr:nth-child(5),
#screenshot_style tr:nth-child(9),
#screenshot_style tr:nth-child(13) {
    border-bottom: 4px solid #000;
}

.cool {
    background-color: #63be7b !important
}

.ok {
    background-color: #ffeb84 !important
}

.bad {
    background-color: #f8696b !important
}

#screenshot_style_north {
    display: none;
    position: absolute;
    top: -3000px;
    left: -3000px;
}

#screenshot {
    display: none
}

#screenshot_style_north,
#screenshot_style_north td,
#screenshot_style_north th {
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #000
}

#screenshot_style_north tr td:nth-child(3) {
    border-bottom: none
}

#screenshot_style_north tr:nth-child(4) td,
#screenshot_style_north tr:nth-child(8) td,
#screenshot_style_north tr:nth-child(12) td,
#screenshot_style_north tr:nth-child(4),
#screenshot_style_north tr:nth-child(8),
#screenshot_style_north tr:nth-child(12) {
    border-bottom: 4px solid #000;
}

#screenshot_style_north tr:nth-child(5) td,
#screenshot_style_north tr:nth-child(9) td,
#screenshot_style_north tr:nth-child(13) td,
#screenshot_style_north tr:nth-child(5),
#screenshot_style_north tr:nth-child(9),
#screenshot_style_north tr:nth-child(13) {
    border-bottom: 4px solid #000;
}

.cool {
    background-color: #63be7b !important
}

.bad {
    background-color: #f8696b !important
}

.star{
color:#888;
}

.star:hover{
  color:#555;  
}

.starActive
{
color:#F1DB5D
}

.starActive:hover
{
color:#dac54e
}

body.dark b {
    color: #ededed;
}
