/* support-files/kenya.css */
 
@import url(support-files/undohtml.css); /* This stylesheet undoes all of the default settings of all browsers. It is intended for IE, but it essentially sets all browsers to "0". Now all of the default padding, spacing, etc. can be set by you. Make sure the file "undohtml.css" is uploaded into your directory */
@charset "utf-8";
body {
	font: 83% Arial, Helvetica, sans-serif;
	color: rgb(51,51,51); /*Gray text color */
	margin: 0;
	padding: 0;
	background-color: #e2e2e2; /* Dark Gold color */
	/* background-image : url(../image-files/cheetah-fur.jpg); */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	top:84px;
	position: relative;
	width: 957px;
 background:; /* background color of the entire container (Light Yellow) */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	font-family:"Gloria Hallelujah", serif;
	padding-top:20px;
	height: 150px;  /* the top banner */
	width: 100%;
	color: white;
	text-align: left;
	font-size: 3em;
}
#subheader {
	position: relative;
	font-family: "tahoma,sans-serif, arial";
	width: 100%;
	padding: 0;
	color: #F19100;
	text-align: left;
	font-size: 2.0em;
	top: -11px;
	text-align: center;
}
.imagelft {
	float:left;
	min-width: 90px;
	/* margin:10px 15px 10px 0px; */
text-align:center;
	font-size: x-small;
	color: rgb(11,109,120); /* Turquoise Blue */
}
.imagert {
	float:right;
	min-width: 90px;
	/* margin:10px 15px 10px 0px; */
text-align:center;
	font-size: x-small;
	color: rgb(11,109,120); /* Turquoise Blue */
}
blockquote {
	margin-left: 1.2em;
	margin-right: 1.2em;
	padding: 0 1em;
	background: rgb(246,213,166); /* Sand background */
	border: 1px dotted rgb(11,109,120); /* Turquoise Blue */
}
p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
p {
}
/* format for bullets in the content  */
 
ul {
	margin-left: 1em;
}
ul li.image-bullet /* Use this class where you want an image bullet instead of a circle */ {
	list-style : url(../image-files/kenya-flag-disk.jpg);
	padding: 3px;
	vertical-align : middle;
}
ul li /* This is default. Use this where you want a disc for a bullet. You don't need to add a class */ {
	
	list-style: disc;
}
ol {
	margin-left: 1em;
}
ol li {
}
/* for links in the content */
a {
	text-decoration: none;
	color: rgb(0, 51, 204); /* blue */
}
a:hover {
	text-decoration: underline;
	color: rgb(88,88,88); /* Gray */
}
/* for header formatting in the content */
 h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #403385; /* purple */
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.8em;
}

.rightblock{
	margin-bottom: 25px;
}

#sidebar1 /* left side navigation bar */ {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position: absolute;
	top: 136px;
	border-bottom: 1px dotted maroon;
}
#sidebar1 img {
	margin:3px 10px 0px;
}
.nonclick {
	background-image:url(../image-files/topbarbg.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:13px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
.nonclickorange {
	background-image:url(../image-files/topbarbgorange.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:13px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
.nonclickpurple {
	background-image:url(../image-files/topbarbgpurple.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:13px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
.nonclickgreen {
	background-image:url(../image-files/topbarbggreen.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:13px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
.nonclick p {
	background-image:url(../image-files/topbarbg.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:11px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
/* left side bar menu */
 
#sidebar2 /* right side column */ {
	position: absolute;
	width: 210px;
	top: 15px;
	right: 0;
	left: 742px; /* This is an IE6 hack. it  forces the left side of the Sidebar2 to be at the edge of the content (900 - 165 = 735). Even though the designation above (right: 0;) should take care of this, IE6 refuses to play */
	background-color: #FFFFFF; /* Sand background */
}
#sidebar2 #nonclick p {
	background-image:url(../image-files/topbarbg.png);
	cursor:default;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* small header on right-side column */
	font-size:11px;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
	height: 23px;
	padding-top: 4px; /* Vertically centers the text. If you change fonts or font size, you may need to adjust this. Trial and error */
	margin-top: 0;
	margin-left: 0;
}
#sidebar2 h4 /* This moves your text away from the dotted border */ {
	padding-left: 5px;
}
#sidebar2 p /* This is the content on the right side */ {
	font-size: 13px;
	color: rgb(51,51,51); /* Dark Gray */
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	margin-bottom: 0.2em;
	padding-right: 5px; /* padding keeps the content of the div away from the right edge */
	padding-left: 5px; /* This, along with the right padding, centers the text within the column */
	text-align: left;
}
#sidebar2 a {
	color: #0033CC; /* blue */
	font-size: 13px;
	text-align : left;
}
#sidebar2 img {
	padding:4px 5px 5px 0px;
	
}
#sidebar2 ul{
	margin-left:-3em;}
	
#sidebar2 ul li{
	list-style: none;
	padding-left: 15px;
	background: url("../image-files/custom-bullet.gif") left center no-repeat;}
.charcoalarea  a {
font-size:15px;
}
#mainContent {
	width: 694px;
	position: relative; /* Don't change this. It needs to be in place in order for the Right-hand Sidebar to align correctly */
	margin-right: 214px; /* This aligns the right edge of the mainContent box tight against the left edge of Sidebar2 */
	margin-left:0px; /* This aligns the left edge of the mainContent box tight against the right edge of Sidebar1 */
	padding: 0 236px 0 27px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url("../image-files/contbg.png");
	top:-95px;
	left:1px;
	margin-bottom:-110px;
}
#indexmainContent {
	width: 907px;
	position: relative;
	margin-right: 214px;
	margin-left: 0px;
	padding: 0 25px 0 25px;
	background: white;
	top: 5px;
	left: 1px;
	margin-top: -49px;
}
.intro /* Intro on index page */ {
	background-image : url(../image-files/); /* Faint cheetah fur background */
	background-color: rgba(162, 159, 155, 0.47);
	position: relative;
	top: 2px; /* a negative value becuase the element is relative to #mainContent padding and margins. We need to override those, which means a negative value */
	padding-bottom: -2px;
	border-top: 1px dotted maroon;
	border-bottom: 1px dotted maroon;
}
p.left {
	text-align: left;
	padding: 0 10px 0 10px;
}
div.transparent /* This changes the way the h1 headers display on the intro only. Background set as transparent in order to let the cheetah fur show */ {
	font-family:'Trebuchet MS', Tahoma, Arial;
	font-size: 1.8em;
	padding-top: 2px;
	color: #fff;
	background-image : url(../image-files/bghd.png);
	position: relative;
	left: -27px !important; /* Since this header is relative to the container, the value needs to be negative to set it tightly against the 1. */
	width: 731px !important;
	height:20px !important;
	top: -18px; /* a negative value becuase the element is relative to #mainContent padding and margins. We need to override those, which means a negative value *//* This removes the gold border that is called out for the #mainContent h1. !important overrides that formatting */
 
}
#footer {
	position:relative;
	background-color:#A2540C;
	width: 100%;
	margin: 10px auto;
	padding: 1em 0;
	color:white;
	top:128px;
}
#footer a:link {
	color:white;
}
#footer a:visited {
	color:white;
}
#footer p {
	margin: 0;
	font-size: x-small;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a 
 that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	position:relative;
	border: none;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	position:relative;
	border: none;
}
/* Styling code for RSS buttons*/
#addSiteTo {
	width:90%;
	font-size:85%;
	text-align:center;
	padding:8px 0;
	border:1px solid rgb(209,117,37);
	margin:12px auto;
background-color: $FFFF00;
}
#addSiteTo p {
	padding:2px 2px 4px;
	margin:0;
}
#addSiteTo img {
	width:91px;
	border:0;
	padding:1px 0;
}
#menu {
	width:957px;
	top:-82px;
	z-index:777;
	position:absolute;
	height:91px;
	background:url(../image-files/menu.png) repeat-x 0 center;
}
#menu .menu {
	top: -3px;
	left: 162px;
	position:absolute;
}
#menu * {
	list-style:none;
	border:0;
	padding:0;
	margin:0;
}
#menu a {
	display:block;
	padding-left:33px;
}
#menu a span {
	display:block;
	padding:30px 33px 37px 2px;
	white-space:nowrap;
}
#menu li {
	float:left;
	background:url(../image-files/pix.gif);
}
#menu li li {
	float:none;
}
#menu div {
	display:none;
	position:absolute;
	background:url(../image-files/pix.gif);
	margin-top:-31px;
	width:200px;
}
#menu div ul {
	position:relative;
}
#menu div div {
	margin:-50px 0 0 -9px;
	left:100%;
}
#menu li:hover>div {
	display:block;
}
/** ie7 */
*:first-child+html #menu div div {
	display:block;
	top:-9999px;
}
*:first-child+html #menu li:hover>div {
	top:auto;
}
#menu div.columns {
	width:200px;
}
#menu div.columns ul {
	float:left;
	width:200px;
	position:static;
}
#menu div.five ul {
float: left;
width: 160px;
position: static;
}
#menu div.columns a {
	white-space:normal;
}
#menu div.two {
	width:400px;
}
#menu div.two ul.one div {
	margin-left:-209px;
}
#menu div.two ul.one div div, #menu div.two ul.two div {
	margin-left:-9px;
}
#menu div.three {
	width:600px;
}
#menu div.three ul.one div {
	margin-left:-409px;
}
#menu div.three ul.two div {
	margin-left:-209px;
}
#menu div.three ul.one div div, #menu div.three ul.two div div, #menu div.three ul.three div {
	margin-left:-9px;
}
#menu div.four {
	width:800px;
}
#menu div.four ul.one div {
	margin-left:-609px;
}
#menu div.four ul.two div {
	margin-left:-409px;
}
#menu div.four ul.three div {
	margin-left:-209px;
}
#menu div.four ul.one div div, #menu div.four ul.two div div, #menu div.four ul.three div div, #menu div.four ul.four div {
	margin-left:-9px;
}
#menu div.four2 {
	width:800px;
}
#menu div.four2 ul.one div {
	margin-left:-609px;
}
#menu div.four2 ul.two div {
	margin-left:-409px;
}
#menu div.four2 ul.three div {
	margin-left:-209px;
}
#menu div.four2 ul.one div div, #menu div.four2 ul.two div div, #menu div.four2 ul.three div div, #menu div.four2 ul.four div {
	margin-left:-9px;
}
#menu div.five {
	width:800px;
}
#menu div.five ul.one div {
	
	margin-left:-609px;
}
#menu div.five ul.two div {
	
	margin-left:-459px;
}
#menu div.five ul.three div {
	
	margin-left:-309px;
}
#menu div.five ul.four div {
	
	margin-left:-159px;
}
#menu div.five ul.one div div, #menu div.five ul.two div div, #menu div.five ul.three div div, #menu div.five ul.four div div, #menu div.five ul.five div {
	
	margin-left:-9px;
}
.five div.columns ul {
float: left;
width: 150px;
position: static;
}
#menu a, #menu a span {
	font-family:'Trebuchet MS', Tahoma, Arial;
	font-size:21px;
	line-height:24px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#menu a {
	background:url(../image-files/item.png) no-repeat left -546px;
}
#menu a span {
	background:url(../image-files/item.png) no-repeat right 0;
}
#menu li.current>a {
	background-position:left -637px;
}
#menu li.current>a span {
	background-position:right -182px;
}
#menu a.parent span {
	background-position:right -91px;
	padding-right:60px;
}
#menu li.current>a.parent span {
	background-position:right -273px;
}
#menu>ul>li:hover>a, #menu a:hover {
	background-position:left -637px;
}
#menu>ul>li:hover>a span, #menu a:hover span {
	background-position:right -182px;
}
#menu>ul>li:hover>a.parent span, #menu a.parent:hover span {
	background-position:right -455px;
}
#menu div a {
	margin-left:4px;
	padding:4px 0 0 0;
	width:190px;
	background:url(../image-files/subitem.png) no-repeat 0 top;
}
#menu div a span {
	font-size:14px;
	background:url(../image-files/subitem.png) no-repeat -384px bottom;
	padding:3px 14px 10px 11px;
	white-space:normal;
	color:white;
}
#menu div a:hover, #menu div ul>li:hover>a.parent, #menu div ul li a.parent:hover {
	background-position:-192px top;
}
#menu div a:hover span {
	color:#b48211;
	background-position:-768px bottom;
}
#menu div a.parent span {
	background-position:-576px bottom;
}
#menu div ul>li:hover>a.parent span, #menu div ul li a.parent:hover span {
	color:#fff;
	background-position:-960px bottom;
}
#menu div {
	background:url(../image-files/columns.png) no-repeat -200px -14px;
	padding-top:14px;
}
#menu div ul {
	width:200px;
	background:url(../image-files/columns.png) no-repeat 0 bottom;
	padding-top:11px;
	padding-bottom:17px;
}
#menu div div {
	background-position:-200px top;
}
#menu div div ul {
	padding-top:0;
}
#menu div.columns {
	padding-top:0;
	margin-top:-21px;
}
#menu div div.columns {
	margin-top:-36px;
}
#menu div.columns>ul {
	padding-top:25px;
	margin-top:-14px;
}
#menu div.two {
	background-position:-1000px bottom;
	margin-top: -18px
}
#menu div.three {
	background-position:-1400px bottom;
	margin-top: -18px;
	margin-left: -173px;
}
#menu div.four {
	margin: -18px 0px 0px -187px;
	background-position: -2000px bottom;
}
#menu div.four2 {
	margin: -18px 0px 0px -292px;
	background-position: -2000px bottom;
}
#menu div.five {
	background-position:-2800px bottom;
	margin: -18px 0px 0px -258px;
}
#menu div.columns ul.two, #menu div.columns ul.three, #menu div.columns ul.four, #menu div.columns ul.five {
	background-position:-550px -14px;
}
#menu div.columns ul.one {
	background-position:-400px -14px;
}
#menu div.two ul.two, #menu div.three ul.three, #menu div.four ul.four, #menu div.five ul.five {
	background-position:-800px -14px;
}
#menu div.columns>ul>li>a {
	margin-left:0;
	width:200px;
}
#menu div.columns>ul.one>li>a {
	margin-left:4px;
	width:194px;
}
#menu div.two>ul.two>li>a, #menu div.three>ul.three>li>a, #menu div.four>ul.four>li>a, #menu div.four2>ul.four2>li>a, #menu div.five>ul.five>li>a {
	width:194px;
}
#menu.active a {
	z-index:780;
	position:relative;
}
#menu.active li {
	z-index:778;
}
#menu.active div div {
	z-index:781;
}
#menu.active div a {
	position:static;
}
#menu.active li.back {
	background:url(../image-files/item.png) no-repeat left -637px;
	height:91px;
	position:absolute;
	padding:0;
	margin:0;
}
#menu.active li.back .left {
	display:block;
	padding:0;
	width:auto;
	background:url(../image-files/item.png) no-repeat right -182px;
	height:91px;
	margin:0 5px 0 28px;
	position:relative;
	left:5px;
}
#menu.active li.current-back, #menu.active li.current-parent-back {
	background-position:left -637px;
}
#menu.active li.current-back .left {
	background-position:right -182px;
}
#menu.active li.current-parent-back .left {
	background-position:right -182px;
}
#menu.active .spanbox {
	position:absolute;
	display:none;
	background:url(../images/pix.gif);
	margin-top:-21px;
	width:200px;
}
#menu.active div {
	margin-top:-14px;
	display:block;
	position:relative;
}
#menu.active div .spanbox {
	margin:0 0 0 -6px;
	left:100%;
}
#menu.active .spanbox .spanbox {
	margin-top:-50px;
}
#menu.active .spanbox .spanbox div {
	margin:0;
}
/** ie7 */
*:first-child+html #menu.active div div {
	top:auto;
}
*:first-child+html .menu-images-preloading {
	visibility:hidden;
}
#menu.active div.two ul.one .spanbox {
	margin-left:-206px;
}
#menu.active div.two ul.one .spanbox .spanbox, #menu.active div.two ul.two .spanbox {
	margin-left:-6px;
}
#menu.active div.three ul.one .spanbox {
	margin-left:-406px;
}
#menu.active div.three ul.two .spanbox {
	margin-left:-206px;
}
#menu.active div.three ul.one .spanbox .spanbox, #menu.active div.three ul.two .spanbox .spanbox, #menu.active div.three ul.three .spanbox {
	margin-left:-6px;
}
#menu.active div.four ul.one .spanbox {
	margin-left:-606px;
}
#menu.active div.four ul.two .spanbox {
	margin-left:-406px;
}
#menu.active div.four ul.three .spanbox {
	margin-left:-206px;
}
#menu.active div.four ul.one .spanbox .spanbox, #menu.active div.four ul.two .spanbox .spanbox, #menu.active div.four ul.three .spanbox .spanbox, #menu.active div.four ul.four .spanbox {
	margin-left:-6px;
}
#menu.active div.four2 ul.one .spanbox {
	margin-left:-606px;
}
#menu.active div.four2 ul.two .spanbox {
	margin-left:-406px;
}
#menu.active div.four2 ul.three .spanbox {
	margin-left:-206px;
}
#menu.active div.four2 ul.one .spanbox .spanbox, #menu.active div.four2 ul.two .spanbox .spanbox, #menu.active div.four2 ul.three .spanbox .spanbox, #menu.active div.four2 ul.four .spanbox {
	margin-left:-6px;
}
#menu.active div.five ul.one .spanbox {
	margin-left:-806px;
}
#menu.active div.five ul.two .spanbox {
	margin-left:-606px;
}
#menu.active div.five ul.three .spanbox {
	margin-left:-406px;
}
#menu.active div.five ul.four .spanbox {
	margin-left:-206px;
}
#menu.active div.five ul.one .spanbox .spanbox, #menu.active div.five ul.two .spanbox .spanbox, #menu.active div.five ul.three .spanbox .spanbox, #menu.active div.five ul.four .spanbox .spanbox, #menu.active div.five ul.five .spanbox {
	margin-left:-6px;
}
#menu.active div.columns ul .spanbox div {
	margin-left:0;
}
#menu.active div.two, #menu.active div.three, #menu.active div.four, #menu.active div.five {
	padding-bottom:14px;
}
.menu-images-preloading, .menu-images-preloading div {
	top:0;
	left:0;
	width:4px;
	height:2px;
	opacity:0.1;
	overflow:hidden;
	position:absolute;
}
.menu-images-preloading {
	width:2px;
}
.menu-images-preloading .columns-png {
	background:url(../images/columns.png) no-repeat;
}
.menu-images-preloading .subitem-png {
	background:url(../images/subitem.png) no-repeat;
}
#contborder {
	position:relative;
	margin: -24px -2px;
	background:url(../image-files/contborder.gif) no-repeat center;
	width:962px;
	height:15px;
}
#topcontborder {
	position: absolute;
	margin: -7px -28px;
	background: url(../image-files/topcontborder.gif) no-repeat center;
	width: 962px;
	height: 7px;
}
#logo {
	z-index:778;
	position: absolute;
	left: -10px;
	top: 8px;
}
#menu .menu > li {
	margin: -2px 0px 0px -28px
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
}
.bgwidth {
	width: 100%;
}
.bgheight {
	height: 100%;
}
.bgheight {
	height: 100%;
}
.breadcrumbs {
	font-size: .9em;
	margin: 49px 0 0 -58px;
	padding-top: 1px;
}
.breadcrumbs ul {
}
.breadcrumbs ul li {
	color: #6F6F6F;
	display: inline;
	margin-right: 5px;
}
.breadcrumbs ul li a {
	color: #6F6F6F;
	text-decoration: none;
	padding-right: 5px;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}
.topbar {
	background:url(../image-files/topbarbg.png) no-repeat top left;
	width: 237px;
	overflow: hidden;
	color: white;
	font-weight: bold;
	padding: 8px 20px 3px 0px;
}
.charcoalarea {
	margin-top:-2px;
	width: 175px;
	overflow: hidden;
	padding: 10px 20px 5px 15px;
	_padding: 10px 19px 5px 15px;
	background: url(../image-files/charcoalbg.png) repeat-y;
	_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image-files/charcoalbg.png', sizingMethod='scale');
}
.charcoalbottom {
	clear: both;
	width: 212px;
	height: 25px;
	z-index: 300;
	text-align: right;
	padding: 12px 45px 0px 0px;
}
.topbar p {
	color:#fff;
}

.subheading {
	position: relative;
	top: 9px;
	color: 
#D17D00;
	text-align: center;
	cursor: default;
	font-family:"Indie Flower", serif;
	font-size: 1.4em;
}
.underline {
	display:inline-block;
	text-decoration: none;
	background: url(../image-files/header-line.gif) no-repeat bottom;
	white-space: nowrap;
	padding-bottom: 10px;
}
.leftunderline {
	display:inline-block;
	text-decoration: none;
	background: url(../image-files/header-line.gif) no-repeat bottom left;
	white-space: nowrap;
	padding-bottom: 10px;
}
.rightunderline {
	display:inline-block;
	text-decoration: none;
	background: url(../image-files/header-line.gif) no-repeat bottom right;
	white-space: nowrap;
	padding-bottom: 10px;
}
