.page-heading
{
  position: relative;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  text-align: center;
  background-color: #006666;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-size: 20px;
  background-image: url("../img/bg.png");
}
.page-heading .container{

  
}

.page-heading
{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
}
.page-heading img
{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 16px;
}
.page-heading h1
{
  display:block; 
  float:left; 
  padding-left:40px;
  color:#fff;
}
.page-heading p
{
    display:block; 
    float:right; 
    padding-left:100px; 
    padding-top:130px;
    color:#fff;
}
.form-group ul{
  list-style: none;
}
.form-group #id_phase_type{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus #id_phase_type{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}
.pub_date{
  font-size: 10px;
  color: gray;
/*  display: block;
  float: right;*/

}
.news-content {
  list-style: none;
  font-size: 13px;
}
.news-archive{
  display: block;
  float: right;
  /*padding-top: 15px;*/
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 5px 10px 5px 10px;
}