.container-header {
	background: rgb(211, 211, 211);
	background: linear-gradient(90deg, rgba(211, 211, 211, 1) 0%, rgba(90, 90, 162, 1) 55%, rgba(69, 69, 124, 1) 100%);
	}
.modgradeb
{
border-style: solid;
border-width: 1px;
border-color: rgba(69, 69, 124 0.5 );
background: rgb(246,246,248 );
background: linear-gradient(180deg, rgba(246,246,248,1) 80%, rgba(69, 69, 124) 100%);
  }


.modone 
{background-color:gold;}
.modgradeb
{
border-style: solid;
border-width: 1px;
border-color: rgb(69, 69, 124 0.5 );
background: rgb(246,246,248 );
background: linear-gradient(180deg, rgba(246,246,248,1) 80%, rgba(69, 69, 124) 100%);
  }
.btn-primary {
  background: rgba(69, 69, 124);
}
.btn-primary:hover {
  background: rgba(69, 124, 97);
}
.center {
  text-align: center;
}
ul.fields-container 
{list-style: none; padding:20px;
background-color:#496c0d;
color:#ffffff;
border-style: solid;
border-width: 1px;
 border-radius:5px;
border-color: #496c0d;}
