/*.viewPdf {
	display: none;
}*/

.viewPdf .button{
  width: 85px;
  height: 26px;
  text-align: center;
  font-weight: bold;
}

.viewPdf .button .text{
	color: white;
  line-height : 26px;
}

.viewPdf .button.disabled{
  font-weight: normal;
  border-color: #C0C0C0;
}

.viewPdf .button.hover{
	background-color: #1c588a;
}