a.attribution__link{
color:transparent !important; 
}


.pr-navbar {
    color: #FFFFFF;
    background-color: #005EAA;
}

.description {
    font-size: 1rem;
}

.node__title{
    color: #00B3EE;
 }
.pr-header  {
background-color: #FFFFFF;
}

body  {
    background-color: #e01272;
}
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:00B3EE;
color: 00B3EE;
}

a.toggle{
background-color:00B3EE;
color: 00B3EE;
}