﻿/* best damn collie evar!  1990-2002 */

/* ----------------------- DEFAULT ----------------------- */
a {
    text-decoration: none;
}

.circle {
    display: inline-block;
    background-color: darkcyan;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 10px;
    width: 40px;
    font-size: 15px;
}

@media print {
    a[href]:after {
        content: "";
    }
}