﻿.table_title {
    font-weight: bold;
    text-align: center;
}

.vbpl_td {
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: 5px;
}

#vbpl > tr > td {
    border: solid 1px #ccc;
    border-collapse: collapse;
}

#box_group_csdl, #box_group_csdl:hover {
    border: solid 1px #ccc;
    min-height: 80px;
    padding: 10px;
    display: flex;
    background: rgb(0, 91, 158);
    cursor: pointer;
}

    #box_group_csdl > div > i {
        color: yellow;
    }

.box_group_csdl_text {
    color: white;
    padding-left: 10px;
    font-weight: bold;
    line-height: 28px;
}

.vbpl_td_j {
    text-align: justify;
}

.vbpl_td_c {
    text-align: center;
    vertical-align: middle;
}

.pdf_red {
    color: orangered;
}

body {
    background-color: #ccc;
}

.container_bg {
    background-color: white;
}

.img-item-albumpage > img {
    height: 270px;
}

.link_vbpl:hover {
    cursor: pointer;
    text-decoration: underline;
}

h3 {
    font-size: 16px !important;
    font-weight: bold;
}

.title-item-blog {
    text-align: justify;
    /*background-color: cornsilk;*/
}

.new_title, .top1_abs {
    padding-left: 10px;
    padding-right: 10px;
}

.box_info {
    border: solid 1px #f7f3f3;
    padding: 2px;
    box-shadow: 5px 5px 5px #f7f3f3;
}

    .box_info:hover {
        box-shadow: 5px 5px 5px #ccc;
        cursor: pointer;
    }
