<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ============================Common css ==================================== */
.mt0
{
	margin-top:0px;
}
.mt5
{
	margin-top:5px;
}
.mt10
{
	margin-top:10px;
}
.mt15
{
	margin-top:15px;
}
.mt20
{
	margin-top:20px;
}
.mt25
{
	margin-top:25px;
}
.mt30
{
	margin-top:30px;
}
.mt35
{
	margin-top:35px;
}
.mt40
{
	margin-top:40px;
}
.mt45
{
	margin-top:45px;
}
.mt50
{
	margin-top:50px;
}
.mb0
{
	margin-bottom:0px;
}
.mb5
{
	margin-bottom:5px;
}
.mb10
{
	margin-bottom:10px;
}
.mb15
{
	margin-bottom:15px;
}
.mb20
{
	margin-bottom:20px;
}
.mb25
{
	margin-bottom:25px;
}
.mb30
{
	margin-bottom:30px;
}
.mb35
{
	margin-bottom:35px;
}
.mb40
{
	margin-bottom:40px;
}
.mb45
{
	margin-top:45px;
}
.mb50
{
	margin-bottom:50px;
}


.pt0
{
	padding-top:0px;
}
.pt5
{
	padding-top:5px;
}
.pt10
{
	padding-top:10px;
}
.p10 {
    padding: 10px;
}
.pt15
{
	padding-top:15px;
}
.pt20
{
	padding-top:20px;
}
.pt25
{
	padding-top:25px;
}
.pt30
{
	padding-top:30px;
}
.pt35
{
	padding-top:35px;
}
.pt40
{
	padding-top:40px;
}
.pt45
{
	padding-top:45px;
}
.pt50
{
	padding-top:50px;
}
.pb0
{
	padding-bottom:0px;
}
.pb5
{
	padding-bottom:5px;
}
.pb10
{
	padding-bottom:10px;
}
.pb15
{
	padding-bottom:15px;
}
.pb20
{
	padding-bottom:20px;
}
.pb25
{
	padding-bottom:25px;
}
.pb30
{
	padding-bottom:30px;
}
.pb35
{
	padding-bottom:35px;
}
.pb40
{
	padding-bottom:40px;
}
.pb45
{
	padding-top:45px;
}
.pb50
{
	padding-bottom:50px;
}

ul {
    list-style-type: none;
}

  .tableHeader {
    background: #ececec !important;
    color: #282828;
    font-weight: bold;
}

.dropDownArrow {
    background-image: url(../images/dropdownArrow.png);
    background-repeat: no-repeat;
    background-position: 96% 57%;
    background-color: #7f7f7f;
    min-width: 150px;
	
/*	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	-ms-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
}
.pageTitle h3 {
    
	
	font-size:28px;
	margin-bottom:28px;
	line-height:32px;
	font-family: 'Oswald', sans-serif;
    color: #1f1f1f;    
    letter-spacing: 0;
    font-weight: 300;
}
 select
  {
    padding: 3px 0px 3px 12px;
    margin: 0;
    background: #7f7f7f;
    color: #fff;
    outline: none;
    display: inline-block;    
    cursor: pointer;
	-moz-appearance: none;       
    -webkit-appearance:none;
	-o-appearance:none;
    appearance: none;
	border:none;
  }
  select::-ms-expand {
    display: none;
  }
/* ============================end Common css ==================================== */


/******* Directors' Profile *******/
.directorProfile{
	border:0px;
}

.directorProfile .panel{
	border:0px;
	display:block;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); 
	box-shadow: 0 0px 0px ;
}
.directorProfile .panel-title {
	font-size:15px;
	display:block;
	height:20px;
}
.directorProfile .panel-heading{
	background:none; 
	padding:5px 0px 0px 0px;
	border-color: 0px solid transparent;
}
.panel-default &gt; .panel-heading {
  color: #333;
  border-color: 0px solid transparent;
  background-color:none;
}
.directorProfile .panel-body{
	padding:0px;
	/*margin-bottom:20px;*/
	border:none;
}
.directorProfile .panel-heading + .panel-collapse &gt; .panel-body{
	border:0px solid #ccc;
}
.directorProfile .panel-title:hover{
	display:block;
	height:20px;
}
.directorProfile .panel-title .collapsed{
	font-size:15px;
	display:block;
	height:20px;
}
.directorProfile .panel-heading .accordion-toggle.collapsed:after 
{	
	content: "+";  
	position:relative;
	float:right;
	top:-35px;
}
.directorProfile .panel-heading .accordion-toggle:after {
	color: grey;  
	float:right;   
	top:-30px;  
	position:relative; 
	overflow: no-display;
	color:#1e429a;
	content: "-"; 
	font-size:20px;
	font-weight:bold;
	padding:0 5px 0 0;
}

.directorProfile a.accordion-toggle{
	text-decoration: none;
}
.directorDesignation{
	font-weight:normal;
	font-size:14px;
	color:#989696;
	padding-bottom:10px;
}

.directorProfileContainer .pic{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.directorProfileContent{
	
	text-align:justify;
	
}	
.directorName{
	font-weight:bold;
	font-size:20px;
	border-bottom: 1px solid rgba(36,36,36,0.2);
	color:#1e429a;
}
.directorName::after {
    content: "";
    display: block;
    width: 75px;
    border-bottom: 2px solid #fa7410;
}

/******* end Directors' Profile *******/

/************* Bursa News *************/

.annoucementContainer{
		
}

.announcementSelection{
	margin:15px 0;
	padding:15px 0;
	background:#ffffff;
}

.announcementDate{
	font-weight:600;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	
}

.announcementTime{
	font-size:600;
	font-weight:600;
   padding: 2px 0px;
}

.announcementTitle{
	padding:5px 0px;

}
.announcementTitle a:hover
{
	color:#04508f;
}

.announcementByDate{
	padding-top:15px;
	/*line-height:16px;*/
}

.announcementByTime{
	padding-top:8px;	
}

.announcementByTime a{
	color:#454545 !important;
}

.announcementByTime a:hover
{
	color:#1e429a !important;
}

.announcementSelection 
{
    background: #ffffff;
}
.annoucementContainer .hasDatepicker
{
	width:240px !important;
}

/************** end Bursa News*****************/


/******* Policy Disclosures *******/

.reports-date 
{
    border-bottom: 3px solid rgba(43,40,108,0.9);
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 80%;
    color: #666;
}
.reports-title 
{
    font-size: 120%;
    min-height: 100px;
	line-height:20px;
}
.reports-title a 
{
   color: #454545 !important;
}

/******* end Policy Disclosures *******/

/******** Distribution of Shareholdings **********/
.analysisShareholdingsContainer{
	/*border:1px solid #ccc;*/
	/*padding:10px;*/
	margin-bottom:100px;
}

.analysisShareholdingsContainer table tbody tr  td{
	vertical-align:middle;
}

.analysisShareholdingsContainer table .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}

/*.tableHeader
{
	background:#ececec !important;
	color:#282828;
	font-weight: bold;
}*/

.tableHeader
{
	background:#888 !important;
	color:#fff;
	font-weight: bold;
}

table .tableTitle, .table-bordered .tableTitle, .table-hover .tableTitle, .table-striped .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}
.analysisShareholdingsContainer table th:nth-child(1){
	text-align:center;
}

.analysisShareholdingsContainer table th:nth-child(2){
	text-align:left;
}

.analysisShareholdingsContainer table tbody tr td{
	text-align:right;
}

.analysisShareholdingsContainer table tbody tr td:nth-child(1){
	text-align:center;
	vertical-align:top;
	padding-right:5px;
}
 
.analysisShareholdingsContainer table tbody tr td:nth-child(2){
	text-align:left;
}

/********end Distribution of Shareholdings **********/

/******* AGM &amp; EGM *******/

.circularsContainer {
    
    border-bottom: 1px solid #ccc;
	padding: 32px 0px 26px 0px;
}
.circularsContainer:first-child {    
    
	padding-top:20px;
}
.circularsContainer:last-child
{
	border-bottom:0px;
}

.agmButton {
    padding-top: 20px;
}
.iconDownload{
	background:url(../images/iconDownload.png) no-repeat center center;
	width:100%; min-height:20px;
	display:block;
	padding-left:35px;
}
.iconDownload:hover{
	background:url(../images/iconDownloadHover.png) no-repeat center center;
	width:100%; min-height:20px;
	display:block;

}


/******* end AGM &amp; EGM *******/
/****** Corporate Presentations *********/
.docs-title {
    font-size: 16px;
    line-height:22px;
    padding-bottom: 10px;
    min-height: 55px;
    margin-top: 10px;
}
.docs-date {
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 3px solid #007dc5;
}
/******end Corporate Presentations *********/

/************Circulars***************/

.circulars{
    margin-top:10px;	
}

.circularDate {
    padding-bottom: 10px;
    font-weight: bold;
}
.circularContent {
    text-align: justify;
}
.circularButton {
    padding-top: 20px;
    width: 300px;
}
.circularButton span {
    padding-left: 40px;
    margin-bottom: 5px;
    padding-top: 1px;
}


/************end Circulars***********/


/******* Price Ticker *******/
.border {
    border: 1px solid #ccc;
}
.priceticker h4
{
	margin-bottom:28px;
}


/******* end Price Ticker *******/


/******* Price &amp; Volume *******/

.stockChartContainer 
{
    padding-top: 10px;
}
.priceVolume{
	margin: 0 0 10px 1px;
}

.priceVolume .nav-tabs &gt; li {
  float: left;
  margin-bottom: 0px;
}

.priceVolume .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#f4f4f4;
  font-weight:bold;
      padding: 10px 15px;
}

.priceVolume .nav-tabs &gt; li.active &gt; a,
.priceVolume .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff !important;
  cursor: default;
  background-color: #007dc5 ;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}
.priceVolume .nav-tabs &gt; li.active &gt; a:hover
{
	color:#fff !important;
}

.priceVolumeSelection{
	padding:15px 0px;
}

.priceVolumeSelection a{
	margin-right:12px;
	
}

.priceVolumeTable thead{
	background:#888;
	color:#fff;
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}
/***************Annual Report******************/


.iconView{
	background:url(../images/iconView.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconView:hover{
	background:url(../images/iconViewHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;

}

.iconInteractive{
	background:url(../images/iconInteractive.png) no-repeat center center;
	width:100%; height:20px;
	display:block;
	padding-left:35px;
}

.iconInteractive:hover{
	background:url(../images/iconInteractiveHover.png) no-repeat center center;
	width:100%; height:20px;
	display:block;

}

.iconAlignRight{
	background-position:left center;
}

.iconAlignRight:hover{
	background-position:left center;
}
/****************end Annual report*****************/


/***************Quarterly Reports******************/

.quarter-year{
	font-size:120%;
	font-weight:bold;	
	text-align:center;
	margin-bottom:15px;
}

.quarter-icon{
	text-align:center;
	padding:5px 0px;
}

.quarter-icon img{
	opacity: 0.5;
    filter: alpha(opacity=50);
	max-width:100%;
}


.quarter-icon span{
	display:block;	
}

/**************end Quarterly Reports****************/



/* Date picker*/
.ui-widget-content
{
	font-size:14px;
}

.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}

.ui-datepicker th{
	color:#2b3991;	
}

.ui-datepicker th:first-child{
	color:#ff0000;	
}

.ui-datepicker td:first-child a{
	color:#ff0000;	
}
.ui-datepicker td a 
{
	color:#000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#2b286c   !important;
	color:#ffffff!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}
/******* end Price &amp; Volume *******/


/******* Interactive Stock Charts *******/

.interactiveChartIcon .nav &gt; li &gt; a{
	padding:0px;		
}

.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin:10px;
}

.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;	
}

.interactiveChartIcon .nav-tabs &gt; li {
  transition: all .2s ease-in-out;
}

.interactiveChartIcon .nav-tabs &gt; li &gt; a {
  margin:0 1px;
  background:#e3e3e3;
  padding:8px;
  transition: all .7s ease-in-out; 
  text-decoration:none; 
}

.interactiveChartIcon .nav-tabs &gt; li &gt; a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: rgba(175,31,35,0.8);
  transform: scale(1.2);
  margin:0 6px;
}

.interactiveChartIcon .nav-tabs &gt; li.active &gt; a,
.interactiveChartIcon .nav-tabs &gt; li.active &gt; a:hover,
.interactiveChartIcon .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
  cursor: default;
  background-color: rgba(43,40,108,0.9);
  transform: scale(1.2);
  margin:0 6px;
}

.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}

.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}


.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}

.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}

.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}


.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;
	
}

.interactiveChartIcon .durationChart .nav-tabs li{
	
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a {
	background:none;
	font-weight:normal;	
	color:#666;
	cursor:pointer;
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a:hover {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
	text-decoration:none;
}

.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li.active &gt; a {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
	text-decoration:none;
}

.interactiveChartIcon .durationChart .nav-tabs &gt; li &gt; a span, .interactiveChartIcon .durationChart .nav &gt; li &gt; a span {
	margin:0px; padding:0px;

}

.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a,
.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a:hover,
.interactiveChartIcon .durationChart .nav-tabs &gt; li.active &gt; a:focus {
	color: #2b286c !important;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs &gt; li .durationLabel {background-color: rgba(43,40,108,0.9); color:#fff; margin-right:0px;margin-bottom:0px; cursor:default;padding:8px;}

@media (max-width:480px){
	.interactiveChartIcon .durationChart .nav-tabs{
		margin-top:20px;
		width:100%;
		border-left:0px;
		border-right:0px;
	}
	
	.interactiveChartIcon .durationChart .nav-tabs &gt; li .durationLabel {
		display:none;	
	}
	
	.interactiveChartIcon .durationChart &gt; li &gt; a, .interactiveChartIcon .durationChart .nav &gt; li &gt; a {
		background:none;
		font-weight:normal;	
		transform: scale(1);
		padding:8px 3px;
	}
	
	span.highcharts-title{
			left:10px!important;
			padding-bottom:25px;
	}
}

/******* end Interactive Stock Charts *******/


/******* Entitlements *******/
.entitlement
{
	margin-bottom:20px;
}
.entitlement .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
  font-size:15px;
}

.entitlement .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#e3e3e3;
  font-weight:bold;
  font-size:15px;
  padding:12px;  
}
.entitlement .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  
}
.entitlement .nav-tabs &gt; li.active &gt; a,
.entitlement .nav-tabs &gt; li.active &gt; a:hover,
.entitlement .nav-tabs &gt; li.active &gt; a:focus {
  color: #fff !important;
  cursor: default;
  background-color: #007dc5 ;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.entitlementTable{
	font-size:12px;
}

.entitlementTable thead{
	background:#888;
	color:#fff;
}

/*******end Entitlements *******/









/**********************************************************/
       /******** Corporate Calendar ********/
/**********************************************************/

.eventsCalendar{
	border-bottom:1px solid #ccc;
	padding: 32px 0px 26px 0px;
}
.eventsCalendar:first-child{
	
	padding-top: 20px;
}


.eventCalendarContent{
	padding-left:10px;
}

.eventCalendarBtn a{
	display:block;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(../images/arrow.png) no-repeat 155px 55%; 
	}

.eventCalendarBtn a:hover{
	background:url(../images/arrowHover.png) no-repeat 155px 55%; 
}

.eventCalendarTitle{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.eventCalendarImg {
	background:url(../images/calendar.png) no-repeat;
	width:62px;
	height:71px;
}

.eventCalendarImg .month{
	display:block; 
	text-align:left; 
	font-size:10px; 
	position:relative; 
	top:17px;
	color:#2c3e50; 
	font-weight:normal; 
	text-align:center;
}

.eventCalendarImg .date{
	display:block; 
	text-align:left; 
	font-size:25px; 
	position:relative; 
	color:#2c3e50; 
	font-weight:normal; 
	text-shadow:1px 1px #ccc; 
	text-align:center;
	top:11px;
}
/**********************************************************/
       /********End Corporate Calendar ********/
/**********************************************************/

/******* News Alert*******/
.emailAlertContainer .emailAlert
{
	margin-top:22px;
}
.unregister {
    border-top: 1px solid #ccc;
    padding-top: 3px;
	margin-top:12px;
}
.ClsButton
{
	background-color:#2b286c;
	color:#fff  !important;
	 transition:1s ease all;
	  border: 1px solid #2b286c;
	  padding:0;
}
.ClsButton:hover
{
	background-color:#af1f23;
	color:#fff !important;
	border: 1px solid #af1f23;
	padding:0;
}
/*******end News Alert*******/


/*******IR Website Terms Of Use*******/
.terms ul 
{
    list-style-type: disc !important;
    list-style-position: outside !important;
}
.terms h4{
	font-size:18px;
	font-weight:bold;
	margin-top: 25px;    
}
.terms h5{
	font-size:15px;
	font-weight:bold;
	margin-bottom: 12px;
    margin-top: 20px;
}

@media (max-width: 20em) 

.terms ul li
{
	text-align:justify;
}


/*******end IR Website Terms Of Use*******/


/** calculator **/

.calculatorContainer{
}

.calculatorContainer .nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
}


.calculatorContainer .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0;
      background:#e3e3e3;
      font-weight:bold;
}


.calculatorContainer .nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
	background:#e3e3e3;
	font-weight:bold;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  	font-size: 12px;  
}
.calculatorContainer .nav-tabs &gt; li &gt; a:hover {
  	border-color: #eee #eee #ddd;
	font-weight:bold;
}
.calculatorContainer .nav-tabs &gt; li.active &gt; a,
.calculatorContainer .nav-tabs &gt; li.active &gt; a:hover,
.calculatorContainer .nav-tabs &gt; li.active &gt; a:focus {
	color: #fff;
  	cursor: default;
  	background-color: #2b3991;
  	border: 1px solid #ddd;
  	border-bottom-color: transparent;
	font-weight:bold;
}	

.calculatorSelection{
	padding-top:10px;
	
}

.calculatorWrapper{
	border-bottom:1px solid #ccc;
}

.calculatorWrapper table tr td:nth-child(3), .calculatorWrapper table tr td:nth-child(6){
	text-align:right;
}

.calculatorNotes{
	padding:10px 20px;
	line-height:12px;
	background:#e3e3e3;
	margin-top:10px;
}

.selectedTable{
	background:#ccc;
}

.calculationResults thead {
	background:#444;
	color:#fff;	
}

.calculator label{
	font-weight:normal!important;	
	line-height:35px;
}

.calculator .form-control{
	border:none;
	border-bottom:1px solid #ccc;	
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	text-align:center;	
	color:#666!important;
	font-weight:bold;
	background:transparent;
	position:relative;
}

.calculator .calculate-value .form-control{
	color:#666!important;	
	border-bottom:1px solid #ebebeb;
}

.calculator-edit{
	text-align:right;	
}

.text-bold{	
	font-weight:bold;
}

.togglec .form-group input{
	border:1px solid #ccc;	
	background:transparent;
}



.form-inline .form-control{
	border:0px solid #ccc;	
}

.inputbox{
	background:url(../images/corner.png) right bottom no-repeat !important;	
}


#calResult .form-control{
	border:0px solid #ccc;	
}

@media (max-width: 768px){
	.calculator label{
		font-weight:normal!important;	
		line-height:14px;
		font-size:90%;
	}	
	
	.togglet span{
		display:none;	
	}
	
	.calculator-edit{
		text-align:left;	
	}
	
	.togglec .pull-right{
		float:none;	
	}
	
	.toggle {
		margin-top:10px;	
	}
}
.calculator
{
min-height:1620px;
}



/*********************************Media Query********************************************/


/* Large desktops and laptops */
@media (min-width: 1200px)
 {
	 
 }
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{

}

/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	.entitlement .nav-tabs &gt; li &gt; a {
	
	  font-size:13px;
	  padding:7px;  
}
	
}

/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
	
}


</pre></body></html>