/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
.linkkbgCol {
  color: #FFFFFF;
  background-color: #903336;
  text-align: left;
}
body {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
}
td {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: justify;
}
b, strong {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}
.caption {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1px;
  margin-top: 10px;
  display: block;
}
.MainTable {
  background-color: #FFFFFF;
  border: 1px solid #FFD700;
}
.EM_Color {
  color: #C63900;
}
.Section {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
a {
  text-decoration: none
}
.rNav {
  background-color: #CACACA;
  width: 30px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #CC0000;
  line-height: 10px;
}
td p a {
  color: #903336;
}
td strong a {
  color: #903336;
}
.bord {
  border: 1px solid #903336 !important
}
.pageno {
  background-color: #903336;
  width: 30px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}
.mTag {
  background-color: #903336;
  color: #FFFFFF;
  padding: 3px;
}
style1 {
  color: #FF0000;
}
.img-fw {
  width: 100% !important
}
.tbpd td {
  padding: 15px 15px;
}
.tbpd img, .tbpd p img {
  max-width: 100%
}
.block-link {
  padding: 5px 15px;
  border: 1px solid #8d3237;
}
.block-link p strong {
  font-size: 14px;
}
.block-link a {
  color: #000;
}
.block-link a:hover {
  color: #8d3237;
}
.media-block {
  padding-left: 0px;
  list-style-type: none;
}
.media-block p strong {
  font-size: 15px;
}
table{position:relative;z-index: 999;}
.nl-next {
    width: 40px;
    height: 40px;
    border: solid 2px #8f3336;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -43px;
    top: 50%;
    margin-top: -24px;
    z-index: 1;
    border-left: 0;

}
.nl-prev {
    width: 40px;
    height: 40px;
    border: solid 2px #8f3336;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -43px;
    top: 50%;
    margin-top: -24px;
    z-index: 1;
    border-right: 0;
}
