body{
 background-color: rgba(240, 240, 240, 1);
  margin:0;
width: 100%;
min-width: 700px;
}

a{
  color: rgba(55, 55, 55, 1);
  text-decoration:none;
}

/*century gothic font implementation
@font-face{
 font-family:century gothic;
 src:url(GOTHIC.TTF);
 src:url(GOTHICB.TTF);
 src:url(GOTHICBI.TTF);
 src:url(GOTHICI.TTF);
}*/

.wrap{
width: 100%;
margin-top: 0px;
spacing: 0px;
padding: 0px;
right: 0px;
 background-color: rgba(240, 240, 240, 1);
}

.itemL0{ left: 0%;}

.itemL5{ left: 5%;}

.itemL7{ left: 7%;}

.itemL10{ left: 10%;}

.itemL12{ left: 12%;}

.itemL15{ left: 15%;}

.itemL20{ left: 20%;}

.itemL23{ left: 23%;}

.itemL30{  left: 30%;}

.itemL35{ left: 35%;}

.itemL39{ left: 39%;}

.itemL40{  left: 40%;}

.itemL45{ left: 43%;}

.itemL55{ left: 55%;}

.itemL65{  left: 65%;}

.itemL67{  left: 67%;}

.itemL70{ left: 70%;}

.itemL85{ left: 78%;}

.itemL87{ left: 87%;}



/*background-color: rgba(0, 0, 0, 0);
}*/

.bmc{
  position: fixed;
  margin-top: 0px;
  height: 50px;
  width: auto;
  padding: 0px;
  z-index: 3;
  top: 125px;
  left: 80%;
  /*filter: drop-shadow(5px 5px 0px black);*/
  filter: opacity(0.9);
}

.title{
 font-family: century gothic;
 font-size: 50pt;
 font-style: oblique;
 color: rgba(0, 90, 150, 1);
 //background-color: rgba(0, 0, 0, 0);
 height: 50px;
 width: 15%;
}

.shadow1{
 box-shadow: 0px 2px 2px 0px rgba(25,25,25,0.5);
}

.body{
 background-color: rgba(240, 240, 240, 1);
 font-family:century gothic;
 font-size:16pt;
 color: rgba(25, 25, 25, 1);
 text-align: left;
}

.list{
 position: relative;
 font-family:century gothic;
 font-size:16pt;
 color: rgba(25, 25, 25, 1);
 z-index: 0;
 left: 5%;
 width: 90%;
 //box-shadow: inset 0px 2px 4px 0px rgba(25,25,25,0.5);
}

.pri{
 text-align: center;
 font-family:century gothic;
 font-size:20pt;
 color: rgba(25, 25, 25, 1);
 padding-top: 2%;
 padding-bottom: 0%;
 border-style: none;
 border: 0;
 border-top: solid 1px rgba(150, 150, 150, 1);
// box-shadow: inset 0px 2px 4px 0px rgba(25,25,25,0.5);
 //transform: rotate(-0deg);
}

.priText{
 text-align: center;
 font-family:century gothic;
 font-size:20pt;
 color: rgba(25, 25, 25, 1);
 height: auto;
 padding-top: 2%;
 padding-bottom: 2%;
 border-style: none;
 border: 0;
 border-top: solid 1px rgba(150, 150, 150, 1);
 //box-shadow: inset -1px 6px 4px 0px rgba(25,25,25,0.5);
 //transform: rotate(-0deg);
}

.tags{
 font-family:century gothic;
 font-size:16pt;
 color: rgba(25, 25, 25, 1);
 background-color: rgba(150, 150, 150, 1);
 color: rgba(255, 255, 255, 1);
 top: 15%;
 position: absolute;
 padding-left: 2%;
 padding-right: 2%;
 border-radius: 10px;
 z-index:  2;
}

.foot{
 font-size:16pt;
 color: rgba(125, 125, 125, 1);
}