﻿.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}


#Content-Wrapper #NoticeBoardPost
{
    width: 780px;
    float: left;
}

.post
{
	text-align:justify;
}

.post .noticeTitle
{
    padding:20px 20px 0px 20px;
    font-size: 1.5em;
    background-color:whitesmoke;
}



.post .info
{
    padding:20px 20px 0px 20px;
    background-color: whitesmoke;
    font-size:small;
}


.post .description {
	margin: 0 0 20px 0;
	padding: 20px;
    background-color:whitesmoke;
}
.divcenter {
    width: 400px;
    height: 400px;
    background-color:lightblue;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}