/* colours

!
! Text:
!
!
!
!
!
!
!
!



*/

:root {
  --green: rgba(52,191,150,0.5);
}

.feed_code {
  font-size: 18px;
  color: red;
  font-weight: 700;
  display: none;
}

body {
  margin: 0px;
  /* background-color: red; */
}

td,
th,
p,
div {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  line-height: 135%;
}

table {
  border-collapse: collapse;
}

b {
  font-weight: 700;
}

.right {
  text-align: right;
}

.spacer_xs {
  height: 4px;
  font-size: 1px;
}

.spacer_s {
  height: 8px;
  font-size: 1px;
}

.spacer {
  height: 16px;
  font-size: 1px;
}

.spacer_l {
  height: 24px;
  font-size: 1px;
}

.spacer_xl {
  height: 36px;
  font-size: 1px;
}

/* N02 HP starts */

#n02_hp {
  /* background-color: rgba(52,191,150,0.5); */
}

#n02_hp div {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300
  font-style: normal; 
}

#n02_hp div.date {
  font-weight: bolder;
  font-size: 12px;
  letter-spacing: 0px;
  font-style: italic;
  line-height: 1.5;
}

#n02_hp a:link, #n02_hp a:visited {
	color: #fff;
	text-decoration: none;
}

#n02_hp a:hover, #n02_hp a:active {
	color: #65bc7b;
	text-decoration: none;
}

/* N02 HP ends */

/* T03 HP starts */
#t03_hp_light {
  /* background-color: #fff; */
}

#t03_hp_light td,
#t03_hp_light th,
#t03_hp_light p {
  color: #000;
}

/* #t03_hp_dark {
  background-color: #212e60;
} */

#t03_hp_dark td,
#t03_hp_dark th,
#t03_hp_dark p {
  color: #fff;
}

#t03_hp_light .price,
#t03_hp_dark .price {
  font-size: 36px;
  font-weight: 700;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 2px;
}

#t03_hp_light img,
#t03_hp_dark img {
  width: 45px;
  height: 23px;
}

/* T03 HP ends */
