﻿
.cspt {
    cursor: pointer !important;
}

.vb a.title {
    font-weight: 500;
    color: #000;
    text-decoration: auto !important;
}

    .vb a.title:hover {
        font-weight: 500;
        color: #bb9f9f !important;
        text-decoration: auto !important;
    }

    .vb a.title:visited {
        font-weight: 500;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.vb a.title-italic {
    font-weight: 500;
    font-style: italic;
    color: #000;
    text-decoration: auto !important;
}

    .vb a.title-italic:hover {
        font-weight: 500;
        font-style: italic;
        color: brown !important;
        text-decoration: auto !important;
    }

    .vb a.title-italic:visited {
        font-weight: 500;
        font-style: italic;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.vb a.title-normal {
    font-weight: 400;
    color: #000;
    text-decoration: auto !important;
}

    .vb a.title-normal:hover {
        font-weight: 400;
        color: brown !important;
        text-decoration: auto !important;
    }

    .vb a.title-normal:visited {
        font-weight: 400;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.vb a.title-normal-italic {
    font-weight: 400;
    font-style: italic;
    color: #000;
    text-decoration: auto !important;
}

    .vb a.title-normal-italic:hover {
        font-weight: 400;
        font-style: italic;
        color: brown !important;
        text-decoration: auto !important;
    }

    .vb a.title-normal-italic:visited {
        font-weight: 400;
        font-style: italic;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

a.vd-active {
    color: darkgreen !important;
}

.vb a {
    cursor: pointer !important;
    text-decoration: auto !important;
}

.vb p {
    text-decoration: auto !important;
}
.vd-view-title {
    font-weight: 500 !important;
    padding-top: 10px;
}
.vd-view-intro {
    font-size:17px;
    line-height:1.6;
}
vb .ul, vb .ol {
    margin-left: 0;
}