.news_agb_table {
    font-size:14px;
}

.news_agb_table th {
    vertical-align:top;
    text-align:left;
    width:120px;
}

.news_reportpreviewbox {
    display:inline-table;
    border:none;
    border-radius:2px;
    background:#F2F2F2;
    width:200px;
    height:180px;
    text-align:center;
    cursor:pointer;
    margin-bottom:5px;
}

.news_reportpreviewbox:hover {
    background:#E4E4E4;
    color:rgba(0,0,0,0.6);
}

.news_reportpreviewbox > div {
    padding:5px;
}

.news_reportpreviewbox > div > h4 {
    display:block;
    margin-top: 5px;
}

.news_reportpreviewbox > div > p {
    font-size:14px;
    color:#525252;
}

.news_reportpreviewbox > div > div {
    color:#9A9A9A;
    font-size:10px;
    text-align:justify;
}

.news_author {
    font-size:14px;
    color:#8C8C8C;
}

.news_pubdate {
    font-size:11px;
    color:#8C8C8C;
}

.news_profInfo {
    font-size:12px;
    color:#909090;
}

.news_prof_edit {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/general/imgs/static/edit_pen.gif);
    background-size:20px 20px;
}

.news_prof_hide {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/general/imgs/static/visibility_eye.png);
    background-size:20px 20px;
}

.news_prof_view {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/general/imgs/static/visibility_eye.png);
    background-size:20px 20px;
    filter: grayscale(100%) opacity(90%);
}

.news_prof_remove {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/general/imgs/static/delet_cross.gif);
    background-size:20px 20px;
}

.news_prof_cedit_box {
    position:absolute;
    width:100%;
    height:100%;
    top:0%;
    left:0%;
}

.news_prof_cedit_box > div {
    margin-top:5%;
    max-width:600px;
    max-height:400px;
    width:100%;
    height:100%;
    background:white;
    border:1px solid #E9E9E9;
    padding:10px;
    border-radius:10px;
}

.news_prof_cedit_close {
    position:relative;
    margin-left:100%;
    left:-20px;
    cursor:pointer;
}

.news_subscribe {
    font-size:12px;
    font-weight:bold;
    width:80px;
    height:20px;
    border:1px solid #015BC9;
    border-radius:1px;
    background:#0080FF;
    color:white;
    cursor:pointer;
}

.news_unsubscribe {
    font-size:12px;
    font-weight:bold;
    width:90px;
    height:20px;
    border:1px solid #F97E6C;
    border-radius:1px;
    background:#FF8080;
    color:white;
    cursor:pointer;
}