/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /*src: url(https://fonts.gstatic.com/s/materialicons/v34/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');*/
  src: url(font/roboto_font.woff2)  format('woff2'),  
    url(font/roboto_font.woff) format('woff'),
    url(font/roboto_font.ttf) format('truetype');  
}
.border1 {
	border: 20px solid red;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; 
}

.topleft{
position:fixed;
top:0;
left:0;
z-index: 999;
}

.topright{
position:absolute;
top:0;
right:0;
}

.toprightfix{
position:fixed;
top:20;
right:0;
z-index: 999;
}
/*-----------------------------------------------*/
.bottomfix{
width:100%;
position:fixed;
bottom:0;
right:0;
z-index: 999;
}


