.svgMap{
	/*width:800px; 
	height:800px;
	position:relative;*/
	/*transform-origin: 0 0;
    transform: scale(0.8);*/
}

.imageMap{
	fill:#ff0000;
	stroke:none!important;
	opacity: 0;
	fill-opacity:0;
}

#imageMap{
	position:relative;
}




@font-face {
    font-family: "baarsophia";
    src: url('font/BAARS___.TTF');
}

@font-face {
    font-family: "norse";
    src: url('font/Norse.otf');
}

@font-face {
    font-family: "norseBold";
    src: url('font/Norsebold.otf');
}

/*******************************************************************general*******************************************************/

*{
    font-family: baarsophia;
}


#rulesListUl{
  margin : 0 0 10px 0;
}

input, select{
  margin:0 0 10px 0;
}

.smallText{
  font-size : 0.7em;
}

.buttonGen, #bodyMain .ui-button, #bodyMyScenarios .ui-button {
  font-size: 0.7em;
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  width: 100px;
  min-height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  border: 1px solid #CCC;
  
  margin:10px;

}

.errorMessages{
  color: #f00;
  font-weight: bold;
  display: none;
}

.darkClass
{
    background-color: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=50); /* IE */
    /*opacity: 0.5; /* Safari, Opera */
    /*-moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
        padding-top: 250px;
}



/*.darkClass img
{
    width:100px;
    height: 100px;
    margin-top: 50vh; 
    transform: translateY(-50%); 
}*/

/******************************************************************header************************************************************/


div#bgd-banner {
    position: fixed;
    bottom: 0px;
    right: -200px;
    width: 200px;
    height: 200px;
    text-align: right;
        z-index: 100;
}

img#bgd-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#bgd-block{
  position: absolute;
      bottom: 20px;
    right: 20px;
  z-index: 2;
}

img#bgd-image {
    height: 75px;
}

#bgd-banner a.boxclose {
  z-index: 2;
  right: 6px;

}

#bgd-text{
      color: #fff;
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

.headerHeight{
  height: 70px;
}

.langHeader{
  color: white;
  font-weight: bold;
  position: absolute;
  top:10px;
  right: 10px;
}

.langHeader a{
  text-decoration: none; 
  color: white;
  font-weight: bold; 
}

div#logoMbp {
       position: fixed;
    z-index: 25;
    width: 200px;
}

div#logoMbp img{
  width: 100%;
}

#headerMenu {
        list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 250px;
    vertical-align: top;
}

#headerMenu li{
	display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'baarsophia';
    height: 80px;
    vertical-align: top;
    border-right: 1px solid #ccc;
}

#headerMenu li a {
    display: block;
    margin: 29px 15px;
    /* padding: 8px 15px; */
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    /* border-right: 1px solid #ccc; */
    font-family: 'norseBold';
    /* vertical-align: middle;*/
    
}
#headerMenu li a:hover {
  color: #c00;
  /*background-color: #fff;*/ }

#nav {
    position: fixed;
    z-index: 2;
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    background-color: #000;
    /*border-bottom: 1px solid #ccc;*/
    height: 80px;
}

#headerMenuCloseButton{
  display: none;
}
/***************************************SIDENAV**************************************/
/* The side navigation menu */
.sidenav {
        height: 100%;
    min-height: 1573px;
    width: 80px;
    position: absolute;
    z-index: 1;
    top: 35px;
    padding-top: 95px;
    left: 0;
    background-color: #111;
    /* transition: 0.5s; */
    text-align: center;
    /* right: 0;*/
}



.sidenav{
  width: 200px;
}

.sidenav h2 {
  color:#fff;
}
/* The navigation menu links */
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}*/

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#bodyEdit #main {
    /*transition: margin-left .5s;
    margin-left: 80px;
    padding: 20px;*/
    width: 1000px;
    margin: auto;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*********************LOGIN*******************/

#loginBlock, #subscribeBlock{
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40%;
  padding: 10px;
}

#centerLine{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 2px;
  height: 400px;
  background-color: black;
}

#subandlogBlock{
  width: 100%;
  display: none;
}

#centerBlock{
  width: 50%;
  margin: 0 auto; 
  text-align: center;
}

.nbForm{
  font-size: 0.8em;
}

#phase2, #lostphase2{
  display: none;
}

#subandlogBlock input[type=text],#subandlogBlock input[type=password]{
  width: 300px;
}

/*********************************EDIT*****************************/

.mandatoryItem a{
  text-align:center;
  text-decoration:none;
  color:#fff;
}
.searchTiles, .searchPawns, #searchScenarios {
    padding: 6px 15px 6px 30px;
    margin: 3px;
    height: 30px;
    background: url(../images/search.png) no-repeat 4px 8px #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.searchTiles, .searchPawns {
background: url(../images/search.png) no-repeat 3px 3px #fff;
    background-size: 20px;
  }

#scenarioMandatory li {
    position: relative;
    display: inline-block;
    width: auto;
    background-color: rgba(255, 75, 0, 0.5);
    margin: 10px 5px 0 0;
    color: white;
    border-radius: 10px;
    padding: 5px 30px 5px 5px;
}

#mandatoryList li{
  position: relative;
    display: inline-block;
    /* margin: 0 30px 30px 0; */
    width: 160px;
    text-align: center;
    height: 120px;
    vertical-align: top;
}

#mandatoryList li img{
  height:100px;
}

input[type='checkbox'] {
  margin-right: 10px;
}

h2{
  font-family: baarsophia;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.rulesListButtons{
  text-align:right;
}

.ruleTitle{
  font-weight:bold;
}
.rulesLi{
    border: thin solid black;
    padding: 10px;
    background: #CCC;
        background-image: url(../images/bgScenBlock.jpg);
    /* background-position-x: -75px; */
    background-size: 100%;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
    margin-bottom: 25px;
}

.rulesLi a.boxbutton{
  margin-right:10px;

}

#title, #ruleTitleField{
  width:200px;
}

.ui-tooltip {
    display: none!important;
}
.mce-branding-powered-by{
  display:none!important;
}

.formLabels {
    width: 180px;;
    display: inline-block;
}


a.boxedit {    
    background: url("../images/edit.png");   

    background-size: 100% 100%; 
}

.listTilesGen{
  overflow-x:scroll;
  height: 280px;
}



.tilesBoxItem{ 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:90px;
  height: 185px;
  display: inline-block;
  margin-right:20px; 
  margin-top:20px; 
}

.tile_Troops, .tile_Various{
  width:116px;
}

.hoverableTile{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.2) ; 
    -moz-transform: scale(1.2) ;
    -o-transform: scale(1.2) ;
    transform: scale(1.2) ;
}

.tilesBoxItem:hover{    
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 230, 255, 0.85);
  -moz-box-shadow:    0px 0px 30px 0px rgba(0, 230, 255, 0.85);
  box-shadow:         0px 0px 30px 0px rgba(0, 230, 255, 0.85);
}



.colorBlock{
  width: 50px;
  height: 50px;
  display: inline-block;
  border: thin solid #CCCCCC;
}

.colorBlockSmall{
  width: 25px;
  height: 25px;
  display: inline-block;
  border: thin solid #CCCCCC;
}

.red{
  background-color: #a2413b;
}
.green{
  background-color: #206183;
}
.blue{
  background-color: #7d843a;
}
.orange{
  background-color: #be8148;
}
.transp{
  background-color: #ffffff;
  background-image: url(../images/colorblockdisable.png);
}

#containment-wrapper, #mapImg { 
  width: 1000px;
 height:1000px;
 }
#mapImg{
  position: relative;
}

.mapLink{
  color: #000;
}

.mapLink:hover{
  color: #F00;
}

.roundedToolBox{
  border: 1px solid #c5c5c5;
}

#rounded1{
  width: 800px;
}


#rounded2{
  width: 720px;
}

.tilesFirstContener{
  overflow-x: scroll;
    height: 230px;
}

.tilesSecondContener{
  overflow: visible;
    width: auto;
    white-space: nowrap;
}

#pawnsContener{
position: relative;
 /*height: 130px;*/
 width: 800px;
 /* Or whatever you want (eg. 400px) */}
#pawns{ 
  /*height: 125px;*/
    white-space: nowrap;
  }
.listPawnsGen{
  padding:5px!important;
}
  .scrollPawsList{
    overflow-x: scroll;
    overflow-y:hidden;
    height: 130px;

  }

.pawnHandle{
  width:45px;height:40px;position:absolute;top:5px;
  z-index: 10;
}


#tileContener{
    overflow-x: scroll;
    overflow-y: hidden;
}

.pawn{background: transparent;}

.pawnItemContener{text-align: center; width: 72px; vertical-align: top;white-space: normal;
  font-size: 0.8em;
}
.pawnsItem{margin: 0 auto; }
.griddragg,.pawnsItem,.leadersItem, .templatePawnsItem, .circleItem {width:50px; height:50px; background-size: 100% 100%}
.MapItem, .pawnItemContener{display: inline-block;}
.MapItem{text-align: center; width: 100px; height: 150px;vertical-align: top; margin-bottom: 15px; font-weight: bold;}
.MapThumb{width:100px; height: 100px; margin: 0 auto 15px auto; }
.griddragg{border:none;position: absolute; top: 0; left: 0; margin: 0; padding: 0;}
.draggable {}
.ui-widget-header p, .ui-widget-content p { margin: 0; }
#snaptarget { height: 140px; }

a.boxbutton{
    cursor: default;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;

}

.pawn a.boxclose{
      top: -20px;
    right: -20px;
}
a.boxclose {   
    background: url("../images/del.png");
    background-size: 100% 100%;
    margin: -5px -5px 0 0;
    
}

#saveMenu a.buttonGen{
	cursor: pointer;
	width: 200px!important;
}

#saveMenu a.buttonGen span{
	cursor: pointer;
	font-size: 1.6em;
}

#bodyEdit .buttonGen.SaveButton, #bodyEdit .buttonGen.DisplayButton, #bodyEdit .buttonGen.DownloadButton{
  width: 120px;
  padding-top: 10px;
}

.DisplayButton:before{
  font-family: FontAwesome;
  content: "\f1c1"; 
  padding: 10px; 
}



.SaveButton:before{
  font-family: FontAwesome;
  content: "\f0c7"; 
  padding: 10px; 
}
.SaveButton span{
  text-indent: 10px;
}

.DownloadButton:before{
  font-family: FontAwesome;
  content: "\f019"; 
  padding: 10px; 
}

.playerBlock{
  border:3px solid black;
  border-radius: 10px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.playerBlock_0{
  border-color:#a2413b;
  color:#a2413b;
}
.playerBlock_1{
  border-color:#206183;
  color:#206183;
}
.playerBlock_2{
  border-color:#7d843a;
  color:#7d843a;
}
.playerBlock_3{
  border-color:#be8148;
  color:#be8148;
}

.playerBlock_0 path{
  fill:#a2413b;
  fill-rule:evenodd;
}
.playerBlock_1 path{
  fill:#206183;
  fill-rule:evenodd;
}
.playerBlock_2 path{
  fill:#7d843a;
  fill-rule:evenodd;
}
.playerBlock_3 path{
  fill:#be8148;
  fill-rule:evenodd;
}

.playerBlock_0 div span:first-of-type, .playerBlock_1 div span:first-of-type, .playerBlock_2 div span:first-of-type, .playerBlock_3 div span:first-of-type{
    display: inline-block;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.helmet_img{
  vertical-align:top;
  width:50px;
}


.unit_type{
  margin-bottom: 10px;
}

.unit_gen {
  display: inline;
}

.unit_gen li {
    font-size: 0.8em;
    position: relative;
    display: inline-block;
    width: auto;
    /* padding-right: 30px; */
    background-color: black;
    margin-right: 5px;
    /* border: 3px solid #CCC; */
    color: white;
    border-radius: 10px;
    padding: 5px 30px 5px 5px;
}

.playerBlock_0 .unit_gen li{
  background-color:#a2413b;
}
.playerBlock_1 .unit_gen li{
  background-color:#206183;
}
.playerBlock_2 .unit_gen li{
  background-color:#7d843a;
}
.playerBlock_3 .unit_gen li{
  background-color:#be8148;
}

.unit_list{
  display: inline-block;
}

.recruitment_points{
  display: none;
      margin-top: 15px;
}

.recruitment_points input{
  width:50px;
}

/*.unit_bg1{
  background-color:#930115;
}
.unit_bg2{
  background-color:#009303;
}
.unit_bg3{
  background-color:#206183;
}
.unit_bg4{
  background-color:#935a00;
}

.unit_border1{
  border-color:#930115;
}
.unit_border2{
  border-color:#009303;
}
.unit_border3{
  border-color:#206183;
}
.unit_border4{
  border-color:#935a00;
}*/

/***************INDEX**************************************************************************************************************************************************************************/

.nrVotes{
  padding-bottom: 10px;
}

#listContener{
  width:100%; /*height: 100%;*/
  text-align: left;
}



img#imgScenariosSpinner{
	width: 200px;
}

#listScenariosSpinner, #listScenarios{
  width:90%; /*height: 100%;*/
  text-align: left;
  padding-left: 11%;
}

#listScenariosSpinner{
	text-align: center;
}

#listScenariosSpinner{
  display: none;
}

#bodyMain .scenarioBlock *{
  cursor: pointer;
}

.scenarioBlock{
      display: inline-block;
    /* border: 2px solid #000; */
    width: 23%;
    height: auto;
    vertical-align: top;
    text-align: center;
    margin: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    background-color: #f1eae1;
    background-image: url(../images/bgScenBlock.jpg);
    background-position-x: -75px;
    -webkit-box-shadow: 3px 2px 14px 2px #000000; 
box-shadow: 3px 2px 14px 2px #000000;
padding-bottom: 20px;
}

/*#bodyScenario .scenarioBlock{
   height: 600px;
}*/

.scenarioUser{
      margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  text-transform:uppercase;
  font-family: "norseBold";
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);

}



/*#bodyMyScenarios .scenarioBlock{
  height: 610px;
}*/

.scenarioBlock img mapImg{
  width: 80%;
  height: auto;
  -webkit-box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
  box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
}

#scenarioPage #listScenarios{
  text-align: center;
}

#scenarioPage .scenarioBlock{

  display: inline-block;
  border: 2px solid #000;
  width: 60%;
  height: auto;
  vertical-align: top;
  text-align: center;
  margin: 10px 10px 10px 10px; 
  position: relative;
  overflow: hidden;
}

#scenarioPage .scenarioBlock img{
  width: 60%;
}

.novote{
  display: none;
  height: 45px;
}

.small{
  font-size: 0.8em;
}

.scenarioImg{
  width: 80%;
  /*height: 400px;*/
  position: relative;
  margin: 0 auto;
      margin: 10px auto 10px auto;
}


.scenarioBlock .buttonGen{
	width: 130px;
	    background: #7e4837;
	    font-size: 1.5em;
	    padding: 10px 0;
}


img.mapImg {
    width: 100%;
}

#playersNbr_block{
    position: absolute;
    background-image: url(../images/template/playersNbrBg.png);
    background-size: 100% 100%;
    width: 87px;
    height: 131px;
    

}

#playersNbr_block span{
    color: #fff;
    font-family: norseBold;
    font-size: 46px;
    text-align: center;
    margin-top: 85px;
    display: block;
}

.scenarioTitle{
  background-image: url("../images/titleBg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}

.scenarioTitle a{
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  /*margin: 10px 10px 10px 10px; */
  height: 60px;
  font-family: "norseBold";
      padding-top: 33px;

}

.scenarioMandatory{
  height: 40px;
}

.mandatory_name{
  position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        background-color: black;
    padding: 5px;
    border-radius: 5px;
}

#pagination{
  text-align: center;
}

#pagination a{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

/********************************************************************************RUBAN CONSTRUCTION******************************************************/
/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
      z-index: 10;
  /*filter:alpha(opacity=50); /* IE */
  /*opacity: 0.5; /* Safari, Opera */
  /*-moz-opacity:0.50; /* FireFox */
}

/* Custom styles */

.corner-ribbon.sticky{
  position: absolute;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.blue{background: #0078ff;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.green{background: #1948cf;}


/***sidenav search content****/

.buttonGen, #bodyMain .ui-button, #bodyMyScenarios .ui-button {
  font-size: 0.7em;
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  width: 100px;
  min-height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  border: 1px solid #CCC;
  
  margin:10px;

}

#bodyMain .ui-button, #bodyMyScenarios .ui-button {
    width: 120px;
    min-height: 10px;
    margin: 5px 0 0 0;
}

#bodyMain .ui-checkboxradio-checked{
  background: #fff;
  color: #1c1c1c;
}



#sidebarButton
{
  display: none;
}

#playersNbrTitle, #addonsTitle, #mapsTitle{
  font-size: 1.1em;
  color: white;
  font-weight: bold;
}

/*edit page*/
#bodyEdit #main, #contactBlock, #linksBlock{
  margin: 20px 0 0 20px;
}
#bodyEdit .sidenav, #bodyContact .sidenav, #bodyLinks .sidenav  {
   display: none;
}

#linksBlock a{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: black;
  text-decoration: none;

}

#linksBlock a:hover{
  color: #FF0000;
}

#saveMenu {
    width: 100%;
    position: fixed;
        top: 80px;
    left: 0px;
    z-index: 10;
    background-color: #000;
    text-align: center;
    padding-bottom: 5px;
}

h1{
  width: 1000px;
    height: 50px;
    margin-top:20px;
    margin-bottom:20px;
    background-color: rgba(255, 75, 0, 0.5);
    /* vertical-align: middle; */
    line-height: 50px;
    font-size: 37px;
    color: #fff;
    font-family: norseBold;
}


/*********************************************************Loading Page********************/
#loadingPdf{
    text-align: center;
    font-family: norse;
    font-size: 1.5em;
    margin-top: 10%;
}

#loadingPdf img{
width:8%;
}

