
.col-md-6 {
    width: 90%;
}





a.menu__link{
color: #ffffff;
}
a.menu__link:active{
color: #ffffff;
}

a.site-branding__name-link{
color: #fff;
margin-left: 30px;
}

label.js-form-required{
color: #333333;
}

label{
color: #333333;
}


body{
background-color: #0c2442 !important;
}


.pr-highlighted{
background-color: #0c2442;
}

div.password-strength__title{
color: #fff;
}

div.l-pr attribution{
color: #0C2442 !important;
background-color: #0C2442;
}
.l-attribution {
background-color: #0C2442;
}


.site-branding__name-link:visited{
color:#0c2442;
margin-left: 30px;
}


a.site-branding__name-link:link{
color:#0c2442;
}

a.attribution__link{
color: #0C2442 !important;
}

 .pr-leaderboard {
    background-color: #0c2442;
}

.regions {
    background-color: transparent;
}

.pr-main__rw{
background-color:#ffffff;
}


.pr-navbar {
    color: #ffffff;
    background-color: #233F5D;
}



.pr-main {
background: linear-gradient(to bottom, #233f5d 0%,#154a72 50%,#0d3554 51%,#0c2442 100%);
}

.description {
    font-size: 1rem;
}

.node__title{
    color: #ffffff;
 }
.pr-header  {
color: #333333;
background-color: #ffffff;
}


}
h2  {
    color: #e01272;
}

.item-list__item {
    margin-bottom: 15px;
    list-style: none;
    padding: 15px;
    border-style: none;
    border-color: lightsteelblue;
    border-radius: 10px;
    background-color: #dadada;

}

.private-message-wrapper {
 border-radius: 7px;
 background-color: #dadada;
 padding: 7px;
margin:7px;
}

.view-header {
    margin-bottom: 20px;
    color: black;
}

h1.js-quickedit-page-title {
font-size: 24px;
}

h1.user__title{
font-size: 20px;
}




a.private_message_link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid lightsteelblue;
    border-radius: 4px;
   background-color: #c1cdff;
}

h4.label {
color: #333333;
}

#edit-actions{
margin: 3rem;
}
.block-private-message-inbox-block {
border-radius: 7px;
 background-color: #dadada;
 padding: 7px;
margin:7px;
}
.private-message-thread{
background-color: #eeeeee;
border-radius: 5px;
border-color: #aaaaaa;
border-style: solid;
}
#thread-members-display-container {
display: grid !important; 
}

.views-field-user-picture {
float: right;
}

.responsive-menu-toggle-icon{
background-color:lightgray;
color: lightgray !important;
}

a.toggle{
background-color:lightgray;
color: lightgray !important;
}


.register1 {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.register1:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.register1:active {
	position:relative;
	top:1px;
}

.login1 {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 33px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.login1:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.login1:active {
	position:relative;
	top:1px;
}
