﻿/*Importing fonts from font folder*/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?28333064');
  src: url('../font/fontello.eot?28333064#iefix'),
       url('../font/fontello.woff?28333064'),
       url('../font/fontello.ttf?28333064'),
       url('../font/fontello.svg?28333064#fontello');
  font-weight: normal;
  font-style: normal;
}



#btncode
        {
            position: fixed;
            left: -100px;
        }
 
  .my-inner {
    margin: 5px;
    background-color: #eee;
    padding:5px;
    background-color: rgba(86,61,124,.15);
    text-align:left;
  }
  #iframe
  {
  	width:90%;
  	height:100%;
  	
  }
