

.pdf-view-ctn-auto {
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid white;
	color: white;
	transition: 0.2s ease;
	background-color: #cb2227;
	vertical-align: bottom;
	font-size: 22px;
    text-align: center;
}

.pdf-view-ctn-auto:hover {
	transform: scale(1.1);
}

.pdf-view-ctn-auto i {
    margin-top: 11px;
    margin-left: 2px;
}

.ContentKenesisTableWrapper{
	max-width: calc(100% - 12px);
}

.ContentKenesisTable {
  background: white;
  border-radius:10px;
  margin: auto;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  /*word-break: break-all;*/
}
 
.ContentKenesisTable th {
  /*color:#D5DDE5;;*/
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  /*font-size:23px;*/
  font-weight: 100;
  padding:12px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.ContentKenesisTable th:first-child {
  border-top-left-radius:3px;
}
 
.ContentKenesisTable th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.ContentKenesisTable tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.ContentKenesisTable tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
.ContentKenesisTable tr:first-child {
  border-top:none;
}

.ContentKenesisTable tr:last-child {
  border-bottom:none;
}
 
.ContentKenesisTable tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.ContentKenesisTable tr:nth-child(odd):hover td {
  background:#4E5066;
}

.ContentKenesisTable tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.ContentKenesisTable tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.ContentKenesisTable td {
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  /*font-size:18px;*/
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.ContentKenesisTable td:last-child {
  border-right: 0px;
}

.ContentKenesisTable th.text-left {
  text-align: left;
}

.ContentKenesisTable th.text-center {
  text-align: center;
}

.ContentKenesisTable th.text-right {
  text-align: right;
}

.ContentKenesisTable td.text-left {
  text-align: left;
}

.ContentKenesisTable td.text-center {
  text-align: center;
}

.ContentKenesisTable td.text-right {
  text-align: right;
}