/* Minification failed. Returning unminified contents.
(827,14): run-time error CSS1036: Expected expression, found '"'
(827,63): Scanner error CSS1002: Unterminated string: ");
(1133,15): run-time error CSS1036: Expected expression, found '"'
(1133,80): Scanner error CSS1002: Unterminated string: ") repeat-x;
 */
/* Layout Styles */

/*
  The current browsers use the original "width or height + padding + border = actual width or height" box model.
  box-sizing: border-box - an element's specified width and height aren't affected by padding or borders
*/

html, body {
  height: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, div {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

body, div, table {
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  box-shadow: none;
}

/* By default, form and table items do not inherit the CSS rules for font-weight, font-family and font-size. */
input, textarea, select, table {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

select {
  font-size: 8pt;
}


button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

button:disabled,
input:disabled {
  color: Gray;
  cursor: default;
}

/* Master Page layout */

input {
  color: black;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
}

hr {
  color: #cccccc;
  background-color: #cccccc;
}

/*******************
	Table 
Margins do not apply to table cells
Have to use depreciated 'cellspacing' of table element
 */
/* the Ofcom css.css sets table padding and bottom line. Override this here */
#aspnetForm table tr th,
#aspnetForm table tr td {
  vertical-align: top;
  padding: 0px;
  border: none;
}

/* a general padding for tables */
#aspnetForm table.cell-padding th,
#aspnetForm table.cell-padding td {
  padding: 3px 6px
}

#jfmgLogo {
  position: absolute;
  width: 150px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

  #jfmgLogo img {
    border: none;
  }

#leftcontainer {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #ebebeb;
  min-width: 170px
}

#maincontainer {
  position: absolute;
  top: 0px;
  right: 0px;
}

#contents {
  position: absolute;
  margin: 20px;
  margin-top: -20px;
  width: 1010px;
}


/* Where control */
.where-ctrl #map {
  height: 360px;
}

.where-ctrl select {
  font-size: 14px
}

.where-ctrl .ngr-option {
  vertical-align: bottom
}

.where-ctrl .postcode-option input {
  width: 25%
}

.where-ctrl .ngr-option input {
  width: 36px
}

.where-ctrl .ngr-option select {
  width: 48px;
}

.where-ctrl .location-option input {
  width: 40%
}

.where-ctrl select,
.where-ctrl .ngr-result input {
  width: 100%
}

.where-ctrl label {
  padding-left: 4px
}

.where-ctrl .confirm {
  margin-top: 4px
}


/* remove boxes at the bottom of the map */
.gmnoprint.gm-style-cc,
.gmnoprint .gm-style-cc,
.gm-style-cc a[title^= "Report"],
.gmnoscreen {
  display: none;
}

/* Coloured blocks */
.green, .pmse-ok {
  fill: #20de0b;
  background-color: #20de0b
}

.red, .pmse-p2a {
  fill: #FF0000;
  background-color: #FF0000;
}

.yellow, .pmse-a2p {
  fill: #ff9f30;
  background-color: #ff9f30;
}

.pmse-taboo {
  fill: #460257;
  background-color: #460257;
}

.pmse-g2p {
  fill: #eb1aba;
  background-color: #eb1aba;
}

.pmse-p2g {
  fill: #0093a3;
  background-color: #0093a3;
}

.grey {
  fill: #cccccc;
  background-color: #cccccc;
}



/* define a bootstrap like grid */
.row {
  overflow: hidden;
}

.pull-right {
  float: right !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 5px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}



.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}

/* Layout template heading */

.ErrorMessage {
  font-size: 18px;
  color: Red;
  margin-bottom: 5px;
}

.Hide {
  display: none
}

input.NavButton {
  font-size: 8pt;
  margin-left: 10px;
  text-align: center;
}

input.JFMGButtonInput {
  font-size: 8pt;
  border: black 1px solid;
  background: url(/PMSE/Ecom/images/stdButtonBackground.jpg) repeat-x;
  text-align: center;
}

div.LightBlueBlock {
  background: #f0f0ff;
  border: #cccccc 1px solid;
  margin-top: 10px;
  text-align: left;
}

  div.LightBlueBlock tr {
    height: 28px;
  }

  div.LightBlueBlock th {
    font-weight: normal;
    text-align: left;
  }

div.map {
  background: #f0f0ff;
  border: #cccccc 1px solid;
  float: left;
  margin: 5px;
  height: 250px;
}


/* Inner layout table for input area */
table.inTable {
  background: #eeeeee;
  margin: 0px;
  padding: 2px;
  border: solid 1px #cccccc;
}

th.inTh {
  text-align: left;
  font-family: arial;
  font-size: 9pt;
  vertical-align: top;
}

th.inTh_Alt {
  text-align: left;
  font-family: arial;
  font-size: 9pt;
  vertical-align: top;
}

td.inTd {
  text-align: left;
  font-family: arial;
  font-size: 8pt;
  vertical-align: top;
}

td.inTdHelp {
  text-align: left;
  font-family: arial;
  font-size: 8pt;
  vertical-align: top;
  width: 200px;
}

div.logonDiv {
  display: inline;
}

/**** Style provided for the beacon logon component ****/
table.logonTable {
  width: 100%;
  background: #eeeeee;
  margin: 0px;
  padding: 2px;
  border: none 0px #cccccc
}

td.logonTableTd {
  text-align: left;
  font-family: arial;
  font-size: 8pt;
  vertical-align: top
}

th.logonTableTh {
  text-align: left;
  font-family: arial;
  font-size: 9pt;
  width: 100px;
  vertical-align: top
}

div.logonText {
  text-align: left;
  color: #ff0000;
  font-size: 8pt
}

/*
Styles added by R.Mason 30/10/2007
Moved to common file for P184 - Company Credit Card - Aug 2008 (WGJ)
CheckoutCard.aspx */

.lTable {
  margin-bottom: 30px;
}

  .lTable tr {
    height: 25px
  }


/* CheckoutCardPage*/
.ddlCreditCardLarge {
  width: 130px;
}

.ddlCreditCardSmall {
  width: 50px;
}

.txtCreditCardLarge {
  width: 120px;
  height: 14px;
}

.txtCreditCardSmall {
  width: 30px;
  height: 14px;
}

/* LoginPage.aspx */
.duplicateLogon {
  border: ridge 2px red;
  color: red;
}

table.Event {
  width: 100%
}

  #aspnetForm table.Event td {
    padding: 5px 5px 0px 5px
  }

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

*.lb-half {
  display: block;
  margin-top: -0.5em;
}

*.lb-single {
  display: block;
  margin-top: 0.5em;
}

*.lb-one-and-half {
  display: block;
  margin-top: 1.5em;
}

*.lb-double {
  display: block;
  margin-top: 2em;
}

/* Secure Trading */
.posRight {
  position: absolute;
  right: 0px
}

.thawteSeal {
  background-color: rgb(122,130,192);
  width: 15%;
  height: 71px;
  top: 15px
}

.paymentFrame {
  border: 1px solid #ccc;
  width: 99%;
  height: 370px;
  margin-bottom: 1em
}

.successMessage {
  color: #264409;
  border: 1px solid #C6D880;
  background: #E6EFC2;
  padding: 0.5em
}

.errorMessage {
  color: #8a1f11;
  border: 1px solid #FBC2C4;
  background: #FBE3E4;
  padding: 0.5em
}

/* MyTab

Many styles do not inherit to a table and its contents from its parent object.
Among these are: font-size; font-weight; line-height; text-align; font-style; font-variant
The !DOCTYPE used turns on Table inheritance
*/

table.Tab_Body {
  width: 100%;
  margin-top: 30px;
}

  table.Tab_Body td {
    border-width: 1px;
    border-color: #949878;
    white-space: nowrap;
  }

/* Contents */
td.Tab_Contents {
  border: solid;
  border-top: none;
  background-color: #FEFCFD;
  vertical-align: top;
}

div.ContentsMargin {
  margin: 10px;
}

/* Header */
table.Tab_Header {
  width: 100%;
}

  table.Tab_Header td {
    border-bottom-style: solid;
    background-color: Transparent;
  }

  table.Tab_Header input {
    font-size: 8pt;
    width: 100%;
    height: 40px;
    margin: 0px 0px 0px 0px;
    border: none;
    white-space: normal;
    text-align:center;
  }

/* A selected Tab */
input.Tab_Selected {
  padding: 0px 0px 1px 7px;
  outline-style: none;
  background: url(/PMSE/images/tab/ig_tab_winXP1d.gif) no-repeat left top;
}

/* A non-selected Tab */
input.Tab_NonSelected {
  padding: 1px 0px 0px 7px;
  cursor: pointer;
  background: url(/PMSE/images/tab/ig_tab_winXP3d.gif) no-repeat left 2px; /* wrt CSS*/
}

input.Tab_NonSelectedH {
  padding: 1px 0px 0px 7px;
  cursor: pointer;
  background: url(/PMSE/images/tab/ig_tab_winXP2d.gif) no-repeat left 2px;
}


td.Tab_SelectedR {
  width: 6px;
  background: url(/PMSE/images/tab/ig_tab_winXP1d.gif) no-repeat right top;
}

td.Tab_NonSelR {
  width: 6px;
  cursor: pointer;
  background: url(/PMSE/images/tab/ig_tab_winXP3d.gif) no-repeat right 2px;
}

/* Calendar.css
All items are qualified by the outer DIV which has a className = 'cal'
*/

.cal A:link
{	
  color: Black;
  text-decoration: none;
}	
		
.cal A:visited
{	
  color: Black;
  text-decoration: none;
}	
		
.cal A:active
{	
  color: Black;
  text-decoration: none;
}	
		
.cal A:hover
{	
	color: Yellow;
	background-color: Blue;
  text-decoration: none;
}

.cal Table
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  background-color: Gray;
  text-align: center;

	padding: 0px;
	margin: 0px;
	border-style: none;
  border-collapse: separate;
	height: 100%;
}

.cal .trMonth 
{
	font-size: 12pt;
	color: yellow;
	background-color: blue;
	font-weight: bold;
}


.cal .trDayNames
{
  color: black;
  background-color: lightblue;
}

.cal .trDays
{
  color:Black;
	background-color: white;
}

.cal .tdWeekend
{
	background-color: #DBEAF5;
}
.cal .tdSelected
{
	background-color: lightpink;
}
.cal .tdToday
{
	background-color: lightgreen;
}

.cal .NextPrev
{
	border-width: 0px;
	width: 16px;
	height: 16px;
}
div.combobox {
  font-family: Tahoma;
  font-size: 12px
}

div.combobox {
  position: relative;
  zoom: 1
}

  div.combobox div.dropdownlist {
    display: none;
    width: 200px;
    border: solid 1px #000;
    background-color: #fff;
    height: 200px;
    overflow: auto;
    position: absolute;
    top: 18px;
    left: 0px;
  }

  div.combobox .dropdownlist a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1px;
    height: 1em;
    cursor: default
  }

    div.combobox .dropdownlist a.light {
      color: #fff;
      background-color: #007
    }

  div.combobox .dropdownlist {
    font-family: Tahoma;
    font-size: 12px;
  }

  div.combobox input {
    float: left;
    width: 182px;
    border: solid 1px #ccc;
    height: 15px
  }

  div.combobox span {
    border: solid 1px #ccc;
    background: #eee;
    width: 16px;
    height: 17px;
    float: left;
    text-align: center;
    border-left: none;
    cursor: default
  }

/* Layout Styles */

#topMenuBackColourBlock
{
	height: 66px;
	background:none;
	background-color:#619cb0;
	/*background: url(/PMSE/Ecom/images/topMenuBarRightBgImg66.gif") right top no-repeat;*/
	/*background-color: rgb(122,130,192);*/
	/*padding-top: 10px;*/
}

/* top bar layout and look */

/* NavIcon Classes */
img.NavIconImg
{
  border:none 0px #ffffff;
  margin-right:6px;
  height:47px;
}
a.NavIconImg
{
  border:none 0px #ffffff;
  margin-right:6px;
  height:47px;
}


/***************************
  styles for the top menu bar and buttons
  match position of treeMenuTitle */
#topMenuBar
{
	position: absolute;
	right: 0px;
	top: 52px;
	height: 20px;
	width: 426px;
	background: url(/PMSE/Ecom/css/ "../images/topMenuBarBg.gif");
	background-color: rgb(132, 142,214);
	z-index:100;
}

#topMenuBarLeftImg
{
	float: left;
	z-index: 100;
}

.topMenuButton
{
	float: left;
	width: 137px;
	height: 18px;
	color: rgb(230,230,255);
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0px;/*3px;*/
	margin-top: 2px;
	text-align: center;
	text-decoration:none;
	z-index:100;
}


/* styles for the drop menus */

.topDropMenu
{
	position: relative;
	top: 20px;
	background: rgb(239,241,251);
	/*width: 78px;*/
	visibility: hidden;
	border-top: solid 1px rgb(132,142,214);
	border-left: solid 1px rgb(132,142,214);
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	z-index:100;	
}

.topDropMenuInlay
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px rgb(132,142,214);
	border-right: solid 1px rgb(132,142,214);
	z-index:100;
}

.topDropMenuTopCornerImg
{
	position: absolute;
	right: -1px;
	top: -1px;
	z-index:100;
}

.topDropMenuBotCornerImg
{
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index:100;
}

/* styles for the drop menu buttons */

#CoverDiv
{
	position:absolute;
	left:0px;
	top:60px;
	height:10px;
	background:#ffffff;
}

.topDropMenuButton
{
	color: #000000;
	z-index:100;
	text-decoration:none;
}

.topDropMenuDiv
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	width: 131px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
	z-index:100;
	/*color:#000000;
	font-weight:normal;
	border: 1px solid #CCCCCC;*/
}


/***************************
 Tree drop down menu styles
 styles for the tree menu bar and buttons
*/

#WhiteStrip
{
	position: absolute;
	left: 170px;
	top: 30px;
	height: 100%;
	width: 5px;
	background: rgb(255,255,255);
}

#treeMenuBar
{
	position: absolute;
	left: 0px;
	/*top: 86px;*/
	top:80px;
	width: 175px;
	padding: 0px;
	background: transparent;
}

/* position of the left menu */
#treeMenuTitle
{
	position: absolute;
	left: 0px;
	/*top: 65px;*/
	top:60px;
	background:url(/PMSE/Ecom/images/TreeTitleBlock.gif) no-repeat;
	background-color: rgb(255,255,255);
	width: 175px;
	text-align: center;
	color: white;
	height: 20px;
}

#treeMenuTopBlock
{
	background:url(/PMSE/Ecom/images/TreeMenuTopBlock.gif) no-repeat;
	height: 10px;
	width:175px;
}

#treeMenuBotBlock
{
	background:url(/PMSE/Ecom/images/TreeMenuBotBlock.gif) no-repeat;
	height: 10px;
	width:175px;
}
.treeMenuBlockNarrow
{
	background:url(/PMSE/Ecom/images/TreeMenuBlock.gif);
	background-color: rgb(220,223,239);
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #000000;
	/*width: 175px;*/
	padding:0px;
	margin:0px;
}

.treeMenuButton {
	padding: 0px;
	margin: 0px;
	color: rgb(0,0,0);
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
}

.treeMenuImage
{
	padding:0px;
	margin:0px;
	margin-left: 0px;
	margin-right: 2px;
	padding: 0px;
	color: rgb(220,223,239);
	border: none;
	height: 13px;
}

.treeMenuSpacer
{
	padding:0px;
	margin:0px;
	margin-top: 3px;
	margin-right: 2px;
	color: rgb(220,223,239);
	border: none;
	display: inline;
	height: 13px;
}

/* styles for the drop menus */

.treeDropMenu
{
	display: none;
}
/***************************/


/**** Output table styles ****/
/* Output table */
table.JFMGTable {
  border: solid 1px #C0C0C0;
  background: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  /*text-align: center;*/
  vertical-align: top;
  width: 600px;
}

table.JFMGButtonBarTable {
  background-color: #f0f0f0;
  border: solid 1px #c0c0c0;
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /*margin: 0px 0xp 0xp 0xp;
	padding: 0px 0px 0xp 0xp;*/
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 600px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* output row style */
tr.JFMGTr {
  padding: 0px;
  margin: 0px;
}

/* output cell style */
td.JFMGTd {
  background: #ffffff;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: top;
  text-align: center;
  font-size: 9pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

/* output table heading cell */
th.JFMGTh {
  background: #dcdfef;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 9pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}


/**** JFMG Pages ****/

button.JFMGButtonBarButton {
  background: url(/PMSE/Ecom/images/stdButtonBackground.jpg) repeat-x;
  color: #000000;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-top: 2px;
}

input.JFMGButtonInput {
  background: url(/PMSE/Ecom/css/ "../images/stdButtonBackground.jpg") repeat-x;
  color: #000000;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-top: 2px;
}

button.JFMGButtonBarCurrent {
  background: url(/PMSE/Ecom/images/stdButtonBarBackground.jpg) repeat-x;
  color: #000000;
  border-color: #c0c0c0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-top: 2px;
}

div.Title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.SubTitle {
  font-size: 18px;
  margin-bottom: 5px;
}



/* the graphic associated with the section e.g. the theater mask */
#locationImage {
  position: absolute;
  left: 5px;
  top: 85px;
  display: block;
  background: #ffffff;
  color: #000000;
  border: none 0px #000000;
  margin: 0px;
  padding: 0px;
  display: none;
}


/* Message Component Style */
table.MessageTable {
  border: solid 1px #C0C0C0;
  background: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  /*text-align: center;*/
  vertical-align: baseline;
  width: 600px;
  margin-bottom: 10px;
}

td.MessageTd {
  background: #ffffff;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

th.MessageTh {
  background: #dcdfef;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/**** Detele_Row_Control & Add_Row_Control ****/
/* normal row */
td.editRowTd {
  background: #ffffff;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/* a row flagged for deletion */
td.editRowTdDel {
  /*background:#dcdfef;*/
  background: #f0f0f0;
  color: #888888;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

/* the undeletable Primary user */
td.editRowTdPrimary {
  /*background:#dcdfef;*/
  background: #ffffff;
  color: #888888;
  border: solid 1px #c0c0c0;
  height: 24px;
  vertical-align: baseline;
  text-align: center;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}


/**** styles for the expanding sections of help ****/
a.JFMGHelpA {
  background: url(/PMSE/Ecom/images/Help_Icon.gif) no-repeat;
  display: block;
  clear: none;
  text-decoration: none;
  font-size: 10pt;
  padding: 4px;
  padding-left: 22px;
}

.registration_Form_Required_Textbox {
  background-color: #ffcccc; /* originally #fdfa01 */
}

/**** INDXResultsTemplate "List.." styles ****/
table.listTable {
  font-family: Arial;
  color: #000000;
  font-size: 11pt;
  background: #ffffff;
  width: 600px;
}

/* Added May 09 */
.JFMGH1 {
  font-size: 24px;
}

.stepH1 {
  font-size: larger;
}

.JFMGH2 {
  font-size: larger;
}

