input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  /* border: 1px solid #D9DADC; */
  border: 1px solid #b2b4b8;
  border-radius: 50px;
  /* box-shadow: inset -20px 0 0 0 #f0f0f0; */
  box-shadow: inset -20px 0 0 0 #cccccc;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

.evtBorder
{
	border: 1px solid #d0d0d0;
	border-radius: 5px;
}

.evtFlex
{
	display: flex;
	padding-left: 40px;
}

.evtInput
{
	width:250px;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.gs_CheckoutErr
{
	font-size: 12px;
	color: #00ff00;
	font-weight: bold;
}

.glowImg
{
	box-shadow: 0px 0px 55px #fff;
	height:400px;
	border-radius:15px;
}

.glow {
  font-size: 22px;
  color: #ffff90;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}	


.ttBackground
{
	background-color:#000000;
	padding:20px;
	border-radius:10px;
	margin-top:10px;
}

.ttRowGeneral
{
	display:flex;
	font-size:14px;
	margin-top:2px;
}

.ttPlaceLeft
{
	font-size:30px;
	color:#00ffff;
	padding-top:20px;
	padding-right:10px;
}

.ttPlaceRight
{
	font-size:30px;
	color:#00ffff;
	padding-top:20px;
	padding-left:100px;
	text-align:right;
	width:50px;
}

.ttPartner1
{
	text-align:center;
	width:100px;
}

.ttPartner2
{
	text-align:center;
	padding-left:10px;
	width:100px;
}

.ttImg
{
	width:60px;
	border-radius:50%;
	border:2px solid #efefef;
}

.ttPercent
{
	color:#00ff00;
	font-size:20px;
	padding-top:25px;
	width:60px;
}

.rSection
{
	font-size:18px;
	color: #ffff90;
}

.rDirection
{
	text-align:left;
	font-size:16px;
	color: #ffffff;
	padding-bottom: 15px;
}

.rName
{
	color:#ffff90;
	font-size:14px;
	cursor:pointer;
	/* transition: transform .2s; */
}

.rName:hover
{
  cursor:hand;
  color:#2dfc9d;
}

.rMyName
{
	font-size:14px;
	color:#ff00ff;
	cursor:pointer;
	/* transition: transform .2s; */
}

.rMyName:hover
{
  color:#2dfc9d;
  cursor:hand;
}

.rPercent
{
	color:#00ff00;
}

.rPlace
{
	width:30px;
	color:#00ffff;
	text-align:right;
	padding-right:10px;
}

.rContracts
{
	/* background-color:#ebfae1; */
	background-color:#ffffff;
	color:black;
	margin-left:30px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #00ff00;
	border-radius:5px;
}

.htmlP
{
	padding-top: 10px;
}

.htmlFirstP
{
	padding-top: 2px;
}

.htmlNewTitle
{
	padding-top:30px;
}

.htmlSeat
{
	color:#000080;
	font-weight:bold;
}

.wd
{
	color:#ffff90;
}

.g1
{
	color:#98fb98;
}

.g3
{
	color:#a7eefc;
}

.g4
{
	color:#fec8d8;
}

.gr
{
	color:#fcc358;
}

.res2
{
	color:#befc03;
}

.res3
{
	color:#ffb3f9;
}

.res4
{
	color:#94cbff;
}

.resGreen
{
	color:#94ffd1;
}

.zoomText
{
	width: 20px;
	font-size:20px;
	cursor:pointer;
	/* color: #06e4f9; */
	color: #fd8eaa;
	transition: transform .2s;
	margin-left:25px;
	margin-top:20px;
}

.zoomText:hover
{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  cursor:hand;
  /* color:#13eca3; */
  color:#06e4f9;
}

.zoomQuizAnswer
{
	width: 20px;
	font-size:16px;
	cursor:pointer;
	/* color: #06e4f9; */
	color: #000080;
	transition: transform .2s;
	margin-left:5px;
	margin-top:10px;
}

.zoomQuizAnswer:hover
{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  cursor:hand;
  /* color:#13eca3; */
  color:#0000ff;
}

.menuQuizAnswer
{
	border-radius:10px;
	width:400px;
	height:0px;
	background-color:rgba(255,255,255,0.1);
	margin-left:25px;
	margin-top:0px;
	padding:0px;
	font-size:14px;
	overflow-y: auto;
}

.menu
{
	border-radius:10px;
	width:240px;
	height:0px;
	background-color:rgba(255,255,255,0.1);
	margin-left:25px;
	margin-top:0px;
	padding:0px;
	font-size:13px;
	overflow-y: auto;
}

.menuFeatured
{
	border-radius:10px;
	width:240px;
	height:150px;
	background-color:rgba(255,255,255,0.1);
	margin-left:25px;
	margin-top:0px;
	padding:0px;
	font-size:13px;
	overflow-y: auto;
}

.courseItem
{
	margin-top:3px;
	/* color:#f9e7ef; */
	color: #a2fcef;
}

.courseItem:hover
{
	cursor:pointer;
	color:#ffff90;
}

.menuItem
{
	margin-left:13px;
	margin-top:3px;
	/* color:#f9e7ef; */
	color: #ffffff;
}

.menuItem:hover
{
	cursor:pointer;
	color:#06e4f9;
}

.menuItemFirst
{
	margin-top:7px;
}

.menuItemLast
{
	margin-bottom:10px;
}

/* Scrollbar styles */

::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
background: #f5f5f5;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ccc;  
}

::-webkit-scrollbar-thumb:hover {
background: #999;  
}

.slideOut
{
	animation: animSlideOut 2s forwards;
}

@keyframes animSlideOut {
    0%{height:0px;}
    100%{height: 150px;}
}

.slideIn
{
	animation: animSlideIn 2s forwards;
}

@keyframes animSlideIn {
    0%{height:150px;}
    100%{height: 0px;}
}


.txtTitleH2
{
	color: #f7ef8a;
	/* text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px darkgrey; */
	font-family:Cairo,Alegreya,Combo, Helvetica, Verdana, Arial;
	font-size:32px;
	padding-bottom:10px;
}

.ratTitle22
{
	/* color:#ffffff;*/
	/* color: #ffd700; */
	/* color: #d4af37; */
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

/* Classes for displaying results start */

a.tip3 {
  position: relative;
  text-decoration: none;
}
a.tip3 span {display: none;}
a.tip3:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -20px;
  left:-150px;
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: .90em;
  font-family: Helvetica,Verdana,Arial;
}

.ratResGen
{
	font-family:Helvetica,Arial,Verdana;
	font-size:14px;
	color:#333333;
	padding-top:0px;
	margin-top:0px;
}

.ratResPerc
{
	padding-right:5px;
	text-align:center;
}

.ratResName
{
	width:330px;
}

.ratResRat
{
	padding-left:3px;
	padding-right:5px;
	text-align:center;
}

.ratResAdj
{
	text-align:right;
	padding-right:3px;
}

.ratResSeed1
{
	padding-left:3px;
	padding-right:3px;
	text-align:right;
}

.ratResSeed2
{
	padding-left:3px;
	padding-right:15px;
	text-align:right;
}

.ratResPlace
{
	text-align:right;
	padding-right:5px;
}

/* Classes for displaying results end */

.ratFancyTitle
{
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #1C4195;
	/* color: #666666;*/
	font-family: 'Coming Soon', 'Cantora One', Fertigo;
	text-shadow: 3px 3px 8px #c0c0c0;
	padding-top:0px;
	line-height: normal;
}

.ratTitleWithShadow
{
	font-weight: normal;
	font-size: 20px;
	//font-style: italic;
	font-weight: bold;
	color: #1C4195;
	/* color: #666666;*/
	font-family: Helvetica, 'Coming Soon', 'Cantora One', Fertigo;
	text-shadow: 3px 3px 8px #c0c0c0;
	padding-top:0px;
	line-height: normal;
}

.ratBold
{
	font-weight: bold;
	color: #dd1828;
}

.ratLoginBodyLearn
{
	background: url("/learn-bridge-registration/img/red_10.svg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ratNormalMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	background-color:#ffffff;
	cursor: default;
}

.ratClickMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	color: #ee0000;
	background-color:#ffffff;
	cursor: pointer;
}
 
.ratHoverMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	background-color:#d9eafc;
	cursor: pointer;
}

.ratBody
{
    background-image: none;
    background-size: 100%;
}

.ratImgRotate
{
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg); /* Standard syntax */
}

p
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.adm_GrayBorder
{
	border: 1px solid #d0d0d0;
}

.ratTitle
{
	font-family: Helvetica,Arial,Verdana;
	color: #0074d9;
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 10px;
}

///////////////
a:link, a:visited, a:active
{
	color: #b44a52;
}

a:hover
{
	color: #b44a52;
	font-weight:bold;
	//font-size:13px;
}

.admPlayerDetails
{
	font-size: 12px;
	text-align:right;
}

.gsInner
{
	position: absolute;
}

.gs_HandsMakableContracts
{
	font-size:8px;
	color:#000000;
	font-weight: bold;
	padding-top: 0px;
}

.gs_HandsSymbolsBlack
{
	padding-left: 2px;
	padding-right:2px;
	font-size:14px;
	color:#000000;
}

.gs_HandsContracts
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-weight:bold;
	font-size:9px;
	color:#800000;
}

.gs_HandsSymbolsRed
{
	padding-left: 2px;
	padding-right:2px;
	font-size:14px;
	color:#cc0000;
}

.gs_HandsRowHeadings
{
	color:#444444;
	font-family:Verdana;
	font-size:9px;
}

.gs_TopCover
{
	background-color: #008000;
}

.gsSuit
{
	padding-top:0px;
	padding-right:3px;
	width:13px;
}

/* Some classes from website presentation */

.gs_Info
{
	color: #b00000;
	font-weight: bold;
	font-family:Helvetica,Verdana;
	font-size:12px;
}

.gs_FrontPageBoxBackgroundInv
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #efefef, #ffffff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #efefef, #ffffff);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #efefef, #ffffff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #efefef, #ffffff);	/* background: #d7f5d3; */ /* green */
	border:1px solid #b0b0b0;
	box-shadow: 5px 5px 5px #dadada;
}

.gs_FrontPageBoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5eefc));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5eefc));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e5eefc);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e5eefc);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e5eefc);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e5eefc);	/* background: #d7f5d3; */ /* green */
}

.ratBoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0f1ff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0f1ff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e0f1ff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e0f1ff);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e0f1ff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e0f1ff);	/* background: #d7f5d3; */ /* green */
}
.adm_PlayerName
{
	color: #b00000;
	font-size:0.9em;
	text-align:left;
}

.adm_GSPInfo
{
	font-family:Helvetica,Verdana;
	font-size:12px;
}

/* Zoom images */

.gs_zoomImg {
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}
.gs_zoomImg:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

a.tip2 {
  position: relative;
  text-decoration: none;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -60px;
  //top: -30px;
  //background: rgba(150,19,2,.7);
  //background: rgba(179,28,9,.7);
  //background: rgba(180,2,1,.7);
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: 1.00em; 
}

.button {
    background-color: #f0f0f0;
    border: none;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button3 {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button3:hover {
    //background-color: #f44336;
   background-color: #800000;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button3c {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button3c:hover {
    //background-color: #f44336;
   background-color: #660066;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button4 {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button4:hover {
    //background-color: #f44336;
   background-color: #194fa8;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.admUsedVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	background-color:#efefef;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admOwingVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	background-color:#4ac0ef;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admNotUsedVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admGameNo
{
text-align:center;
font-size:0.85;
color:#808080;
}

.admGameNo_Owing
{
text-align:center;
font-size:0.85;
color:#000000;
}

.admGameName
{
	padding-top:3px;
	text-align:center;
	font-size:0.80em;
	font-weight:bold;
	color:#800000;
}

.admGameName_Owing
{
	padding-top:3px;
	text-align:center;
	font-size:0.80em;
	font-weight:bold;
	color:#ffffff;
}

.admPaidFor
{
	padding-top:4px;
	text-align:center;
	font-size:0.80em;
}

.admPaidFor_Owing
{
	padding-top:4px;
	text-align:center;
	font-size:0.80em;
}

.admLoginBody
{
    background: url("//www.grandslambooks.com/admin/img/admBackground_2.jpg");
    background-size: 100%;
}

.ksLoginBody
{
    background-image: url(//www.grandslambooks.com/admin/img/ksBackground_5.jpg);
    background-size: 100%;
}

.admBody
{
    background-image: none);
    background-size: 100%;
}

.admTitle
{
	text-align:center;
	font-family:Helvetica,Verdana;
}

.admBody
{
	background-image:none;
}

.admLoginPhoto
{
	width:120px;
	border:2px solid #c0c0c0;
	border-radius:50%;
	box-shadow: 7px 7px 5px #b0b0b0;
}

.admPhotoThumbnail
{
	width:80px;
	border:2px solid #c0c0c0;
	border-radius:50%;
	margin-left:100px;
}

.admLoginPhotoSelected
{
	width:120px;
	border:2px solid #a00000;
	border-radius:50%;
	box-shadow: 7px 7px 5px #b0b0b0;
}

.admPassword
{
	padding-top:40px;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:10px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.admUser
{
	padding-top:60px;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:30px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.admPasswordInput
{
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:30px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.adm_PlayerInfo
{
	font-family:Helvetica,Verdana;
	//font-size:12px;
	font-size:0.85em;
	text-align:left;
}

.admMember
{
	width: 130px;
	font-size: 12px;
	color: #000000;
}

.admNonMember
{
	width: 130px;
	font-size: 12px;
	color: #0000f0;
}

.admCashMember
{
	color: #000000;
}

.admCashGuest
{
	color: #0000f0;
}

a.admTip {
  position: relative;
  text-decoration: none;
}
a.admTip span {display: none;}
a.admTip:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: left;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -50px;
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: .90em;
}

.ks_BoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0dff5));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0dff5));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e0dff5);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e0dff5);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e0dff5);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e0dff5);	/* background: #d7f5d3; */ /* green */
}




