#look-inside-button{
    border: none;
    cursor: pointer;
	width: 180px;
	padding:5px;
	border-radius:12px;
	height:45px;
	font-weight: bold;
	font:size;20px;
	position:relative;
	left:28px;
	top:20px;	
}

#look-inside-button:hover {
    background-color: #005177;
}
.tmr-pdf-container iframe {
    width: 100%;
    height: 600px;
    border: none;
    margin-top: 1em;
}