.navigation, .homePageFooter, .buttonright 

{display: none;}

p.selfreviewinfo {font-family: "Verdana", verdana, arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
	font-size: xx-small;
	padding: 0px 0px 3px 3px;
	margin: 0px;
	cursor: auto;
	color: #000000;
	text-align:right;
	position: absolute;
	top: 5px;
	right: 25px;
	border: solid 1px #3F3F3F;}

/*======New Action Icons Styling=======*/

.feedback_wrapper{
    display: none;
    margin-bottom: -10px;
    height: 137px;
    width: 39px;
    border-radius: 50px;
    background: url(feedback.svg) no-repeat center bottom var(--white);
    background-size: 60%;
    background-position-y: 108px;
    box-shadow: var(--dropshadow);
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.feedback::before{
    font-family: var(--secondary-font-family);
    font-size: 18px;
    content: "Feedback";
    color: var(--main-color);
}

.feedback {
    margin-bottom: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb; 
}

.feedback_wrapper:hover, .print:hover {
    filter: brightness(0.90); 
}

.print {
    background: url(print_blue.svg) no-repeat center center var(--white);
    background-size: 60%;
    box-shadow: var(--dropshadow);
    border-radius: 50%;
    width: 39px;
    height: 39px;
}


.actionButtons {
    display: none;
    flex-direction: column-reverse;
    position: fixed;
    align-items: center;
    bottom: 20px;
    right: 15px;
}

.actionButtons a{
    padding:10px 0px;
}

/*====END New Action Icons Styling=====*/