    body {
        font-family: 'Actor';
        font-size: 22px;
    }

    .card {
        border-radius: 0;
        min-height: 250px;
    }

    .container {
        margin-top: 50px;
    }

    .card-text {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #499aeb;
        color:white !important;
        padding: 10px;
        width: 100%;
    }

    a {
        text-decoration: none !important;
        color:white !important;
    }
    a:hover {
        color:#bfb8b8 !important;
    }

    .card{
        border:0;
    }

    .btn-flat {
        border-radius: 0;
    }

    h1.heading {
        padding: 10px;
        background-color: #26c6da;
        margin-bottom: 1px;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #29d;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    .small {
        font-weight: bold;
        font-size: small;
    }

    a.load_more {
        padding: 5px;
        color: black;
        background-color: grey;
    }

    .tag {
        padding: 5px;
        background-color: #EFEFEF;
    }

    ol {
        font-size: 16px;
    }

    .end {
        font-weight: bold;
        padding: 5px;
        background-color: #26c6da;
    }