*
{
	font-family: 'roboto', Arial, Helvetica;
	font-size: 14px;
}

body.sens {
  margin-top: 20px;
  font-family: "Raleway", sans-serif; 
}

body.sens div.wrapper{
  /* border: 1px solid red; */
  position: relative;
}

.sens_head {
  font-size: 24px;
  color: rgb(0, 29, 57);
  text-transform: uppercase;  
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  width: calc(100% - 300px);
  padding-left: 20px;
}

.sens_date {
  /* border: 1px solid blue; */
  border-bottom: solid #C8A064 1px;
  color: #C8A064;
  margin-bottom: 30px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.sens_logo {
  /* border: 1px solid pink; */
  position: absolute;
  right: 0;
  top: -10px;
}

.sens_logo img {
  height: 65px
}

.sens p {
  border: 0px solid orange;
  text-align: justify;
  line-height: 165%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sens_left {
  border: 0px solid green;
  padding-top: 10px;
  border-top: solid #2a2a2a 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.sens_right {
  border: 0px solid purple;
  text-align: right;
  margin-bottom: 10px;
}

pre {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}