@charset "utf-8"; /* CSS Document */

div.fixed {
   position: fixed;
   bottom: 0;
   right: 0;
   width: 300px;
   border: 5px solid #f40000;}


