img {
    border: 5px solid #eee;
}

.no-border {
    border:0;
}

.no-border img {
    border:0;
}

ol {
    padding-left: 15px;
}

ol li {
    margin: 0 0 10px;
}

ol li img {
    margin:10px 0px;
}

@media print {
    a:link:after, a:visited:after {
    content: "";
}
    a {
    color: #337ab7;
    text-decoration: underline;
    }
}

/* Taggd */

.taggd__button {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 1rem;
    background-color: rgba(200, 0, 0, 0.65);
}

.taggd__button:hover {
    background-color: rgba(200, 0, 0);
}

.taggd__popup {
    left: 70px;
    bottom: 0;
    top: auto;
    background-color: rgba(200, 0, 0, 0.85);
    
}

.taggd__popup a {
    color: #fff;
}