/* MARKETABLE.CSS FOR ALL PHP FILE FORMATTER */
/* CSS DOCUMENTUM WITH UTF-8 CHARACTER SET */
@charset "utf-8";
/* FONT FACE SETTING */
@font-face {
  font-family: 'avantgarde_bk_btbook';
  src: url('../_font/avantgardebkbtbook-webfont.eot');
  src: url('../_font/avantgardebkbtbook-webfont.eot?#iefix') format('embedded-opentype'),
       url('../_font/avantgardebkbtbook-webfont.woff') format('woff'),
       url('../_font/avantgardebkbtbook-webfont.ttf') format('truetype'),
       url('../_font/avantgardebkbtbook-webfont.svg#avantgarde_bk_btbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoeui';
  src: url('../_font/segoeui.eot');
  src: url('../_font/segoeui.eot?#iefix') format('embedded-opentype'),
       url('../_font/segoeui.woff') format('woff'),
       url('../_font/segoeui.ttf') format('truetype'),
       url('../_font/segoeui.svg#segoeui') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END: FONT FACE SETTING */

.marketable_header {
  position: relative;
	width: 35%;
	height: auto;
  top: 5%;
  left: 30%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
	font-family: "avantgarde_bk_btbook";
  font-size: 22px;
	font-style: normal;
  /*font-weight: bold;*/
  color: #000000;
	overflow: auto;
}
.marketable_structure {
  position: relative;
	width: 75%;
	height: auto;
  top: 10%;
  left: 3%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
	font-family: "avantgarde_bk_btbook";
  font-size: 16px;
	font-style: normal;
  /*font-weight: bold;*/
  color: #000000;
	overflow: auto;
}
.marketable_like {
  position: relative;
	width: 90%;
	height: auto;
  top: 15%;
  left: 3%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
	font-family: "avantgarde_bk_btbook";
  font-size: 16px;
	font-style: normal;
  /*font-weight: bold;*/
  color: #000000;
	overflow: auto;
}
.marketable_develop {
  position: relative;
	width: 75%;
	height: auto;
  top: 20%;
  left: 3%;
  /* border around the div */
  border: solid 0px;
  border-radius: 5px;
	font-family: "avantgarde_bk_btbook";
  font-size: 16px;
	font-style: normal;
  /*font-weight: bold;*/
  color: #000000;
	overflow: auto;
}