.navbar-inverse {
	background: #666;
	border: none;
	border-radius: 0;
	color: #fff;
	margin-bottom: 0;
   	background: #4D4D4D;
   	font-size:80%;
}

.navbar-inverse .container {
	text-align: center;
}

.navbar-inverse .text-muted {
	color: #fff;
}

.navbar-inverse a {
	color: #fff;
}

.footer-access a {
	text-decoration: underline;
}

.dspace-link {
}

#footer_feedback {
	background:none;
	/* padding:0% 2.5%; */
	text-align:center;
	position:fixed;
	right:5px;
	bottom:-15px;
	border-radius: 0 0 4px 4px;
}

#footer_feedback_mobile {
    display:none;
    background:white;
    text-align:center;
    position:fixed;
    right:0;
    bottom:0;
    border:1px solid rgb(202, 202, 202);
    padding:5px;
}

#footer_feedback_mobile a {
    color: black !important;
    font-size: 10px !important;
}

.triangle-border {
position: relative;
padding: 15px;
margin: 1em 0 3em;
border: 5px solid lightblue;
color: #333;
background: #002a5c;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.triangle-border:before {
content: "";
position: absolute;
bottom: -20px;
left: 40px;
border-width: 20px 20px 0;
border-style: solid;
border-color: lightblue transparent;
display: block;
width: 0;
}

.triangle-border:after {
content: "";
position: absolute;
bottom: -12px;
left: 47px;
border-width: 13px 13px 0;
border-style: solid;
border-color: #002a5c transparent;
display: block;
width: 0;
}
