.panel h3{
    padding-left: 0;
}
.title_color{
    color:gray;
    font-size: 13px; 
}
.panel-title span:nth-of-type(2){

}
.panel-title span:nth-of-type(3){
    color:gray;
    font-size: 13px;
}
.panel_body_head{
    font-weight: bold;
}
.panel_body_body{
    width: 80%;
}
.panel-body textarea{
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.panel_body_footer>p{
    margin:10px 0px !important;
}
.ellipse{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../assets/images/newsnotice/Ellipse .png");
    background-repeat: no-repeat;
    float: left;
    margin:5px;
}
.notice{
    color: gray !important;
    float: left;
}
.notice_text{
    font-size: 25px;
    display:inline-block;
    color: black !important;
    float: left;
}
#download{
    background-color: #2673e5;
    font-size: 12px;
    padding:5px 15px;
}
.vector{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../assets/images/newsnotice/vector.png");
    background-repeat: no-repeat;
}
