
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    width: 100%;
}
#like_wrapper {
    height: 100%;
    width: 100%;
}
#like {
    cursor: default;
    display: block;
    height: 100%;
    width: 100%;
}
#like svg {
    fill: #490e00!important;
}
.white #like svg {
    fill: #fff;
}
.black #like svg {
    fill: #490e00!important;
}
#like.liked svg {
    fill: #d75f45;
}
#like.show {
    opacity: 1;
}
.no_svg #like {
}
.no_svg .white #like {
}
.no_svg .black #like {
}
.no_svg #like.liked {
}
