/* global Styles */
html {
    overflow-y: scroll;
}
body {
margin:0px;
	background-image: url(../images/bg.png);
font-family: Verdana, Geneva, sans-serif;
}
ol,
ul,
li {
    margin:0px;
    color:#fff;
font-family: Verdana, Geneva, sans-serif;
}
blockquote {
font-family: Verdana, Geneva, sans-serif;
font-size:14px;
color:#fff;
}
a {
color:#fff;
}
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: normal;
font-weight: normal;
color:white;
}
.uncontained {
    margin: 0 40px 0 58px;
}
p a{
    font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: normal;
font-weight: normal;
color:white;


}

h1 {
color:white;
font-family: times;
font-size:24px;
font-weight:normal;
}
h2 {
color:white;
font-family: Verdana, Geneva, sans-serif;
font-size:15px;
padding-top:15px;
}
#header,
#nav,
#maincontent,
#footer {
    width:960px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#footer {
        background-color:#01021e;
        color:#fff;
        height:247px;
        border-top: 1px solid #fff;
}

#footer * {
    font-size:10px;
}
#footer .sub {
/*background-color:#272b52;*/
float:left;
height: 178px;
width:205px;
padding:5px;
margin:18px 5px 5px 100px;
/*border: 1px solid #eee;*/
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
#footer .sub a{
    text-decoration:none;
}
#footer .footsecond,
#footer .footthird {
    display:none;
    position:absolute;
    padding-left:10px;
    width:150px;
left: 144px;
top: 5px;
    height:178px;
}
.footnote {
    position:absolute;
    width:920px;
    bottom:0px;
    padding:10px 20px 10px 20px;
    text-align:left;
    background-color:#314A57;
    border-top:1px solid #fff;

}
.footnote .links {
    float:right;
}
.footnote .links a {
    text-decoration:none;
}
#footer .divider {
/* background-color:#272b52;*/
position:relative;
float:left;
height: 178px;
width:150px;
    padding:5px;
    margin:20px 5px 5px 50px;
/*border: 1px solid #eee;*/
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;    
list-style:none;
}
#footer .divider li {
    cursor: pointer;
/*    background-color:#314A57;*/
    padding:5px;

list-style:none;
}
#footer .divider li:hover {
/*background-color:#202349;*/
}
#footer .divider li a{
    text-decoration:none;
    height:100%;
    width:100%;
}
#header {
    height:85px;
    margin-top:0px;
    background-color:#010426;
}
#maincontent {
    background-color:#8CA3AF;
    display:block;
min-height: 570px;
}
#innercontent {
    display:inline-block;
}
.logo {
    position:absolute;
    margin-left:80px;
    margin-top:20px;
}
.logo img {
    border:none;
}
.submitbutton {
    margin-top:10px;
    background-color:#8CA3AF;
    color:#314A57;
    border:none;
    cursor:pointer;
}
/*Page layout elements*/
.shopgrid {
    padding-left:0px;
margin-top:20px;
    width:960px;
    list-style:none;
    display:inline-table
}
.shopgrid li {
    background-color:#314A57;
cursor: pointer;
width:296px;
margin:0px 10px 10px 10px;
height:200px;
display:inline-table;
position:relative;
background: #495D69;
background: -moz-linear-gradient(top, #495D69 0%, #839BAC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495D69), color-stop(100%,#839BAC));
background: -webkit-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -o-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -ms-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: linear-gradient(top, #495D69 0%,#839BAC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495d69', ndColorstr='#839BAC',GradientType=0 );

}
.shopgrid .shoptitle {
        color:#FFFFFF;
    border-top:5px solid #FFFFFF;
    margin-top:0px;
    padding-top:5px;
    padding-left:5px;
    text-transform:uppercase;
    font-size:20px;
    position:relative;
    z-index:1;
    
}
.shopgrid .shopimg {
    position:absolute;
    right:0;
    height:100%;

}
#paulstrode {
margin-left: 50px;
margin-top: 50px;
border:4px solid #93aBbC;
-moz-box-shadow:0px 0px 21px #000000;
-webkit-box-shadow:0px 0px 21px #000000;
box-shadow:0px 0px 21px #000000;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.flowercard {
    display:none;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: normal;
font-weight: normal;
color: white;
}
.third {
    padding:20px;
    width:277px;
    margin-top:20px;
float:left;
}
.twothird {
    padding:60px 20px 20px 20px;
    width:600px;
    float:left;
}
.threethird {
    padding:20px;
    width:920px;
    margin-left:25px;
}
.transparentbox {
    width:540px;
    padding:20px 30px 20px 30px;
    border-radius: 15px;
moz-border-radius: 15px;
webkit-border-radius: 15px;
display:inline-block;
color:#fff;
background: #495D69;
background: -moz-linear-gradient(top, #495D69 0%, #839BAC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495D69), color-stop(100%,#839BAC));
background: -webkit-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -o-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -ms-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: linear-gradient(top, #495D69 0%,#839BAC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495d69', endColorstr='#839BAC',GradientType=0 );

    }
    .transparentbox ul li {
        font-size:12px;
    }
    .contactcol {
        width:245px;
        padding:0 10px 0 10px;
float:left;
    }

.oracle img,
.giftset img{
float:right;
right:0px;
top:0px;
z-index:0;
margin-left:10px;
  }
/*boxes*/
.boxes .full {
    width:100%;
}
.boxes {
width:100%;
padding:0px;
position:relative;
list-style:none;
display:block;
overflow:hidden;
}
.boxes li{
    cursor:pointer;
width:270px;
height:230px;
margin:0 10px 20px 10px;
position:relative;
list-style:none;
display:block;
overflow:hidden;
color:#fff;
float:left;
background: #495d69; /* Old browsers */
background: -moz-linear-gradient(top, #495d69 0%, #839BAC 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495d69), color-stop(100%,#839BAC)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #495d69 0%,#839BAC 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #495d69 0%,#839BAC 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #495d69 0%,#839BAC 100%); /* IE10+ */
background: linear-gradient(top, #495d69 0%,#839BAC 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495d69', endColorstr='#839BAC',GradientType=0 ); /* IE6-9 */
}
.boxes img {
margin-top:30px;
float:right;
}
.boxes .shopimg {
    width: 250px;
height: 170px;
margin-right: 10px;
margin-top: 50px;
}
.boxes .title {
width:260px;
font-size:20px;
padding-top:10px;
padding-left:10px;
margin-top: 0px;
position: absolute;
text-transform:uppercase;
}
.boxes .text {
    padding-left:10px;
    margin-top:40px;
    font-size:13px;
}
.white-yellow {
color: #FFF;
border-top: 5px solid #FFEF3F;
}
.white {
    color:#FFFFFF;
    border-top:5px solid #FFFFFF;
}
.primrose {
    color:#FFF9C6;
    border-top:5px solid #FFF9C6;
}
.nettle {
    color:#84BA43;
    border-top:5px solid #84BA43;
}
.bluebell {
    color:#74A1D1;
    border-top:5px solid #74A1D1;
}
.celandine {
    color:#FFEF3F;
    border-top:5px solid #FFEF3F;
}
.cranesbill {
    color:#DA5998;
    border-top:5px solid #DA5998;
}
.archangel {
    color:#A7A100;
    border-top:5px solid #A7A100;
}
/** New styles **/


.blending-tool {
	padding: 4px 15px 60px 4px;;
	position: relative;
	}
	

.blending-tool .maintext {
	text-align: left;
	width: 690px;
}

.blending-tool li .textcontent {
	text-align: left;
	width: 100%;
	
}



.blending-tool .maintext h1, .blending-tool li .textcontent h1, .blending-tool .cart h1{
	margin-top: 0;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:normal;
}

.blending-tool .maintext p, .blending-tool li .textcontent p, .blending-tool .cart p {
	font-size: 12px;
}


.flowers li .textcontent {
	display: none;
}


.blending-tool .cart {
    position: fixed;
background-color: #435C68;
top: 218px;
margin-left:710px;
	width: 188px;
	text-align:left;
padding:10px;
border-radius:15px;
moz-border-radius:15px;
webkit-border-radius:15px;
z-index:200;
}

.cart ul {
	margin-left:0; padding-left:10px;
	color:#fff;
}
.cart ul li {
    font-size:10px;
}
.flowers {
	margin: 0;
	padding: 0;
	list-style-type:none;
	overflow:auto
}

.flowers li {
	margin: 0;
	padding: 4px;
	display: block;
	float: left;
}
.Productvol {
    color:#fff;
    font-size:12px;
    float:left;
    padding-left:10px;
    padding-top:10px;
}
.ProductPrice {
    color:#fff;
    font-size:12px;
        padding-left:10px;
            padding-top:10px;
        float:left;
}
.addtocart {
    padding-left: 120px;
padding-top: 10px;
}
.flowers li > header {
  /*background-color:#FFF;*/
background-image:url(../images/selected.jpg);
	
}

.flowers img {
 -moz-box-shadow:    0px 0px 3px 2px #55666f;
  -webkit-box-shadow: 0px 0px 3px 2px #55666f;
  box-shadow:         0px 0px 3px 2px #55666f;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  cursor : hand;
position:relative;
}

.flowers img:hover {
 -moz-box-shadow:    0px 0px 3px 2px #99aaaf;
  -webkit-box-shadow: 0px 0px 3px 2px #99aaaf;
  box-shadow:         0px 0px 3px 2px #99aaaf;


/*  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=65);*/

}



.flowers li.selected img{
 -moz-box-shadow:    0px 0px 3px 2px #99aaaf;
  -webkit-box-shadow: 0px 0px 3px 2px #99aaaf;
  box-shadow:         0px 0px 3px 2px #99aaaf;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);	
  filter:alpha(opacity=40); /* For IE8 and earlier */
}

.flowers li.clear {
	clear: both;
	
}



.step1 {
	text-align: left;
}


.summary {
	text-align:left;
clear:both;
padding-top:20px;
padding-left:20px;
}
	
.summary img { float:left; margin: 0 10px 10px 0;}


.summary .flowers li{
width:635px;
padding:10px;
float:left;
}

.summary .flowers li .textcontent {
	display: block;
	position: relative;
	left: 0;
	top: 0;
}
.columns {
background: #495D69;
background: -moz-linear-gradient(top, #495D69 0%, #839BAC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495D69), color-stop(100%,#839BAC));
background: -webkit-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -o-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -ms-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: linear-gradient(top, #495D69 0%,#839BAC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495d69', endColorstr='#839BAC',GradientType=0 );
background-size:100%;
float:left;
margin-left:10px;
width:401px;
height:430px;
padding:0px 25px 25px 25px;
border-radius:15px;
moz-border-radius:15px;
webkit-border-radius:15px;
font-size:12px;
margin-bottom:18px;
}
.columns p {
    font-size:12px;
}
.showbutton {
text-align:center;
cursor:pointer;
width:120px;
padding:10px;
border:1px solid #152026;
font-size:15px;
text-decoration:none;
font-weight:bold;
margin-left:auto;
margin-right:auto;
background-color:#314a57;
color:#8ca3af;
border-radius:5px;
mos-border-radius:5px;
webkit-border-radius:5px;
}
.showbutton a {
font-size:15px;
color:#8ca3af;
text-decoration:none;
font-weight:bold;
}
.essencebuttons {
    width:400px;
    position:absolute;
    bottom:0;
    left:290px;
}
.essencebuttons .showbutton {
    float:left;
    margin-left: 50px;
}
.showbutton:hover {
background-color:#486d80;
color:#8ca3af;

}
.flowers li > p {
border-radius:5px;
mos-border-radius:5px;
webkit-border-radius:5px;
width:200px;
text-align:center;
padding:4px;
color:#000;
background: #b1bbcc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2IxYmJjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b1bbcc 1%, #ffffff 51%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b1bbcc), color-stop(51%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b1bbcc 1%,#ffffff 51%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b1bbcc 1%,#ffffff 51%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b1bbcc 1%,#ffffff 51%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top, #b1bbcc 1%,#ffffff 51%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1bbcc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
.columns h1 {
padding-top:16px;
font-size:1.3em;
}
.personalised {
margin-right:0px;
top:200px;
left:10px;
margin-right:23px;
}
.capt {
font-size:18px;
clear:both;
padding-top:20px;
margin-left:20px;
}
.personalised p {
margin-top:20px;
height:21px;
padding:7px 3px 7px 3px;
text-align:center;
font-size:17px;
float:right;
background-color:#314a57;
color:#8ca3af;
font-family:times;

}
.personalised .lit {
background-color:#416071;
color:#FFF;
}
.personalised .percap{
height:21px;
padding:7px 3px 7px 3px;
font-size:17px;
float:right;
width:244px;
border-right: 1px solid #010426;
border-radius: 15px 0 0 0;
}
.personalised #percheck {
border-radius: 0 15px 0 0;
}
.personalised #perpick {
                border-right: 1px solid #010426;
}
.personalised #perintro {
                border-right: 1px solid #010426;
}
.step3 .maintext {
background: #495D69;
background: -moz-linear-gradient(top, #495D69 0%, #839BAC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495D69), color-stop(100%,#839BAC));
background: -webkit-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -o-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: -ms-linear-gradient(top, #495D69 0%,#839BAC 100%);
background: linear-gradient(top, #495D69 0%,#839BAC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495d69', endColorstr='#839BAC',GradientType=0 );
background-size:100%;
width:620px;
float:left;
margin-left:10px;
padding:25px;
border-radius:15px;
moz-border-radius:15px;
webkit-border-radius:15px;
}
.smalllogo {
    position:absolute;
    left:20px;
    top:20px;
}





/*nav menu */
#nav {
padding:0; 
list-style:none;
margin-left: auto;
margin-right: auto;
height: 35px;
background-color: #314A57;

}   
#nav li:first-child{
    border-left: 1px solid #010426;
}
    #nav li {
border-right: 1px solid #010426;
width: auto;
width: auto;
height: 26px;
padding: 4px 0px;
text-align: center;
font-size: 17px;
background-color: #314A57;
color: #8CA3AF;
font-family: times;
float: left;
position:relative;
display:block;
z-index:500;
margin: 0;
    }
     
        #nav li a {
         padding:3px 13px 0 24px;
        background-color: #314A57;
		color: #8CA3AF;
        display:block; 
        height:25px; 
        text-decoration:none; 
        text-align:left; 

    }
     #nav li a:hover {
        color:#fff;
    }
       #nav a.selected {
        color:#fff;
    }
     
         #nav ul {
            position:absolute; 
            left:0; 
            display:none; 
            margin:2px 0 0 -1px; 
            padding:0; 
            list-style:none;
        }
         
        #nav ul li {
            width:210px; 
            float:left; 
            border-top: 1px solid #010426;
            border-left: 1px solid #010426;
            border-right: 1px solid #010426;
            padding-right:0px;
        }
                #nav ul li:last-child {
            width:210px; 
            float:left; 
            border-bottom: 1px solid #010426;
            padding-right:0px;
        }
         
         #nav ul a {
            display:block;  
            height:100%;
			padding-top:4px;
			color: #8CA3AF;
        }
         
        #nav ul a:hover {
        color:#fff;
        }
#sitemap{
    list-style:circle;
}
#sitemap a{
   text-decoration:none; 
    }
#sitemap li {
    padding:10px 0 10px 0;
        list-style:circle;
}
#sitemap li ul {
    padding-top:5px;
        list-style:circle;
}
#sitemap li ul li {
    padding: 3px 0 3px 0;
        list-style:circle;
}
        /*Shop related*/
 .item-divtable{
  position:relative;
  height:40px;
 }
   .item-divtable div:first-child{
     padding:0;
     display:inline-table;
     margin-top:auto;
     margin-bottom:auto;
     width:140px;
 }
 .item-divtable div{
     display:inline-table;
     padding:0 10px 0 10px;
     margin-top:auto;
     margin-bottom:auto;
     width:50px;
 }
  .item-divtable div:last-child{
     display:inline-table;
     padding:0;
     margin-top:auto;
     margin-bottom:auto;
     width:20px;
 }
  .item-divheader{
  position:relative;
	padding-bottom:20px;
 }
 .item-divheader div{
     display:inline-table;
     padding:0 10px 0 10px;
     margin-top:auto;
     margin-bottom:auto;
     width:70px;
 }
.boxcart,
.giftset .boxcart{
    width:300px;
    position:absolute;
    left:10px;
    bottom:0px;
    font-size:10px;
}
.boxcart a{
    font-size:10px;
}
.boxcart a:hover {
color: #314A57;
}
.shopdiv {
    padding-top:50px;
        padding:10px 15px 10px 15px;
    background-color:#314A57;
    border-radius: 10px;
moz-border-radius: 10px;
webkit-border-radius: 10px;
color:#FFF;
}
.shopcat {
    color:#ccc;
    cursor:pointer;
    text-decoration:underline;
}
.shopcat + div{
display:none;
}
.shopcat:hover {
    color:#FFF;
    cursor:pointer;
}
.shopcat-darkover {
    color:#ffF;
    cursor:pointer;
}
.shopcat-darkover:hover {
    color:#314A57;
    cursor:pointer;
}
.shopcat h2 {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:200px;
}
.shopinner {
    display:none;
}
.shopleft {
    width:320px;
    padding-left:20px;
    float:left;
}
.shopright {
    width:600px;
    float:left;
    position:relative;
}
.shopwindow {
    width:100%;
height:8000px;
    border:none;
}
.catshowhide {
    width:100%;
    margin-bottom:70px;
}
.catshowhide *
{float:left;
margin-left:30px;
}
.catshowhide p {
    font-size:11px;
    padding-top:7px;
    cursor:pointer;
}
.shopbtn {
    cursor:pointer;
    background-color:#8CA3AF;
    color:#fff;
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;    
}
.refill-left input {
    float:right;
}
.refill-left input, .refill-right input{
    width:30px;
    height:13px;
    font-size:14px;
    margin:0px 14px 0px 14px;
  }
.label-left {
 float:left;
margin-left:15px;
font-weight:bold;
}
.label-right {
    float:right;
    margin-right:19px;
    font-weight:bold;
}
.refill-left {
    margin-top:0px;
margin-left: 35px;
width: 242px;
}	
.refill-left .essences-list{
    padding: 3px 4px 3px 17px;
background-color: #7E96A6;
height: 19px;
margin:0;
}
.refill-left .essences-light{
    padding: 3px 4px 3px 17px;
background-color: none;
height: 19px;
border-radius:3px;
margin:0;
}
.refill-right .boxes li {
    cursor:default;
}
.refill-right .boxes li input {
    margin-left:150px;
}
.refill-right .boxes .labels {
margin-right: 5px;
margin-top: 0px;
}
.submit-refill {
    margin:0px 0px 0px 252px;
}
.refill-title {
    margin-left:55px;
    color:#fff;
}
.refill-box-add {
position: absolute;
top: 180px;
padding-left:10px;
}
.refill-qty {
    position: absolute;
top: 182px;
padding-left:152px;
}
.button-dark {
    border-radius:10px;
    padding:7px;
    background-color:#435c68;
    color:#fff;
    border:0;
    cursor:pointer;
    font-weight:bold;
    
}
.button-light {
    border-radius:10px;
    padding:7px;
    background-color:#8ca3af;
    color:#314a57;
    border:0;
    cursor:pointer;
    font-weight:bold;
    
}
.center {
    text-align:center;
    margin-top:0px;
    padding-top:0px;
    
}