/* ----------------------------------------------------------------

Body text - Arial, 14px, Regular/400
Headings - 1. Rainbow Freestyle, 72px, Regular/500
Red Hex: #EE3124
Light Grey Hex: #EAEAEA 

****************************************************************/

:root {
    --red: #EE3124;
    --light-grey: #EAEAEA;
    --black: #333333;
    --border: #d9d9d9;
}

body {
    font-family: "Arial", Arial, Helvetica, Lucida, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}

strong {
    font-weight: 700;
}

a {
    color: #EE3124;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* .poweredby {
    font-family: "Libre Franklin", "Lato", sans-serif;
    font-size: 8px;
    text-align: right;
    padding-top: 5px;
    letter-spacing: 2px;
    height: 0px;
    margin-top: 10px;
  }
  
  .poweredby img {
    height: 10px;
  } */
  
/****************** N03 Starts here *****************************/

#n03-custom {
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
}

.tab-controls {
    vertical-align: baseline;
}

.controls {
    line-height: 1.7em;
    padding-left: 5px;
}

ul {
    margin: 0;
    padding: 0;
}

.sens-item .date {
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
}

.tab-controls a, li {
    float: left;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    display: table;
    z-index: 11;
    text-decoration: none;
    list-style-type: none;
    color: var(--black);
    display: table-cell;
    margin-bottom: 10px;
    font-size: 14px;
}

.tab-controls a {
    padding: 4px 30px;
    border-right: 1px solid #d9d9d9;
}

.tab {
    display: block;
    padding: 24px 30px 24px 30px;
    word-wrap: break-word;
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
    line-height: 1.7em;
}

.sens-item {
    padding-top: 4px
}

.sens-item p {
    font-size: 14px;
    line-height: 1.7em;
}

.sens-link {
    font-weight: 500;
}

.sens-hr {
    margin: 7px 0 8px 0;
}

/****************** N03 ends here *****************************/


/*---- SENS pop-up styles starts here ------*/

body.sens {
    margin: 20px;
}

body.sens div.wrapper{
    /* border: 1px solid red; */
    position: relative;
}

.sens_head {
    /* border: 1px solid blue; */
    font-size: 28px;
    color: var(--red);
    text-transform: uppercase;  
    margin-bottom: 5px;
    width: calc(100% - 300px);
    font-family: Arial, Helvetica, Lucida, sans-serif;
    font-weight: 500;
}

.sens_date {
    /* border: 1px solid green; */
    height: 16px;
    border-bottom: solid var(--red) 2px;
    margin-bottom: 10px;
    color: var(--black);
    padding-bottom: 10px;
}

.sens_logo {
    position: absolute;
    right: 0;
    top: 0;
}

.sens_logo img {
    height: 50px
}

.sens_body {
    /* border: 1px solid orange; */   
    text-align: justify;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 10px;
	font-family: monospace;
}

.sens_left {
    /* border:1px solid green; */
    border-top: solid #CF4707 2px;
}

.sens_left img {
    height: 12px;

}

.sens_right {
    border: 0px solid purple;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

pre {
    display: block;
    font-family: monospace;
    unicode-bidi: isolate;
    white-space: pre;
    margin: 1em 0px;
}

.mono_type {
padding-left: 20px;
padding-right: 20px;
}

.sens-par {
    font-family: monospace;
}

/*---- SENS pop-up styles end here ------*/

/****************** Share Price Starts here *****************************/

#share-price {
    text-align: center;
    line-height: auto;
}

.last-close {
    font-size: 16px;
    color: var(--red);
    font-weight: 500;
    margin-bottom: 20px;
}

.price {
    font-size: 36px;
    color: var(--red);
    font-weight: 700;
    margin-bottom: 20px
}

.day, .date {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
    line-height: 1.2em;
}

/****************** Share Price ends here *****************************/

hr:last-child
{
	display:none;
}