﻿/* style */

#chatf {
   position: fixed;
   bottom: 120px;
   right: 10px;
   z-index: 9999;
   font-size: 12px;
 }

.cfrow {
   margin-bottom:20px;  
}   
 
.cfrow img {
   width:80px;  
   height:80px;  
} 

#chatqrc {
   display:none;   
   position: fixed;
   bottom: 120px;
   right: 140px;
   z-index: 9998;
}
#qrcimg {
   width:200px;
   height:auto;
}

@media screen and (max-width: 600px) { 
   #chatf {
      bottom: 10px;
      right: 10px;
   }
   
   .cfrow {
      margin-bottom:10px;  
   }   
 
   .cfrow img {
      width:40px;  
      height:40px;  
   } 

   #chatqrc {
      bottom: 20px;
      right: 80px;
   }
}