	body {
      margin: 0;
	  background-color :#DEDEDE;
    }
    .iframe {
      background-color: rgba(255, 255, 255, 0.5);
    }
	h2 {
      color: #656565;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-rendering: optimizeLegibility;
	  text-transform: uppercase;
    }
    h3 {
      color: #656565;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 7px;
      text-rendering: optimizeLegibility;
    }
	.dark_text{
		color: #333333;
	}
    .subtext {
      color: #bcbcbc;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0px;
      text-rendering: optimizeLegibility;
      padding: 5px 10px;
      height: 20px;
      display: table-cell;
      transform: translate3d(0px, 1px, 0px);
      vertical-align: middle;
    }
    .itemname {
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0px;
      text-rendering: optimizeLegibility;
      padding-right: 11px;
      height: 20px;
      display: table-cell;
      vertical-align: middle;
      transform: translate3d(0px, 1px, 0px);
    }
    .divider {
      background-color: rgba(0, 0, 0, 0.2);
      height: 3px;
    }
	.divider2 {
	  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
    .container {
      margin-top: 20px;
      margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  display: table;	  
    }
    .titlewrapper {
      position: relative;
      margin-left: 30px;
      display: table;
    }
	.headtitle {
      background-color: #262626;
      text-align: center;
      padding-top: 21px;
      padding-bottom: 20px;
      border-top: 1px dotted #595959;
      background-image: url('../images/t-m_pattern.svg');
	  background-repeat: repeat;
    }
	.theme_color {
      height: 40px;
      width: 40px;
	  display: table-cell;
	  vertical-align: middle;
    }
	.footer{
	  background-color: #262626;
	  background-image: url('../images/t-m_pattern.svg');
      background-repeat: repeat;
	}