.errorlist{
    color: #FF0000;
}

.bg-danger{
    background-color: #F44;
}

.bg-success{
    background-color: #4F4;
}

.table-striped>tbody>tr:nth-child(odd) :not(td.nostrip),
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #eee;
 }

 .table-hover tbody tr:hover :not(td.nostrip), .table-hover tbody tr:hover th {
    background-color: #ccc;
  }

.pull-left{float:left!important;}
.pull-right{float:right!important;}

.panel-white>.panel-heading {
 color:#a94442;
 background-color:#f2dede;
 border-color:#ebccd1
 opacity: 0;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 2px 2px;
}

a.btn {
    padding: 6px 12px;
}

u > label {
    display: block;
}

.panel-body {
    padding: 0px;
}

.table {
    margin: 2px;
}

.postit {
    background-color:#ffff88;
    padding: 0 2px;
    width:100%;
    display:block;
}


.panel{
    margin-bottom: 10px;
}

.nav > li > p{
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.navbar-pagename {
    color: #000;
    font-weight: bold;
}

