.screen {
    position: relative;
}

.innerdiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

.helpPanel {
    clear: inherit;
    clear: both;
    display: block;
    background-color: #fcfcfc;
    width: 30vw;
    height: 60vh;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px 5px 0 5px;
    border-width: 1px 1px 0 1px;
    border-color: #0f204b;
    border-style: solid;
    overflow: auto;
    padding: 25px;
    margin-right: -30vw;
    font-size: 14px;
}

.helpTopicDiv {
    clear: inherit;
    position: fixed;
    color: white;
    border-radius: 50%;
    border: none;
    text-align: center;
    text-decoration: none;
    display: block;
    bottom: 30vh;
    right: 2px;
}

.helpTopicBtn {
	position: relative;
	height: 32px;
	width: 32px;
	padding: 1px; /*centres icon with width/height*/
	color: white !important;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 30px;
	margin: 2px 2px;
	background-color: #0f204b;
	border-color: #0f204b;
}

	.helpTopicBtn:hover {
		color: #0f204b !important;
		background-color: white;
		border-color: white;
		cursor: pointer;
		font-size: 35px;
	}

div.helpPanel > p {
	padding: 0;
    padding-right: 45px;
	margin-bottom: 0.75rem;
}

div.helpPanel > ul {
    padding-right: 45px;
}
