Template:Greece/collabs css

  1. main_box{
  position:relative;
  padding:0px;
  margin:0px;
  background:transparent;
  width:99.6%;
  height:100%;

}

  1. mynetwork {
  position: relative;
  height: 1000px;
  width: 100%;
  background-color: white;
  z-index: 100;
  margin: 5px 0px 0px 5px;
  overflow: hidden;

}

  1. details_box{
  position: absolute;
  top:0px;
  right:0px;
  margin: -5px -40px 0px 0px;
  padding: 0px 80px 0px 65px;
  width: 44.5%;
  height: 800px;
  text-align: center;
  z-index: 1000;
  background-color: white;
  opacity: 0;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-box-shadow: -2px 0px 18px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px 0px 18px 0px rgba(0,0,0,0.75);
  -ο-box-shadow: -2px 0px 18px 0px rgba(0,0,0,0.75);
  box-shadow: -2px 0px 18px 0px rgba(0,0,0,0.75);
   display: none;
  overflow: hidden;
  overflow-y: scroll;

}

  1. instruction_box{
  position:absolute;
  background-color:#ffffff;
  z-index: 1000;
  font-size:15px;
  font-family:Century Gothic;
  width: 450px;
  height: 150px;
  border:1px solid #ddd;
  padding: 5px 15px 5px 15px;
  margin: 20px 0px 0px 5px;

}

  1. showback{
  position:relative;
  margin: 20px 0px 0px 5px;
  z-index:1000;

}