/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Minecraft Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Minecraft Regular'), url('1_MinecraftRegular1.woff') format('woff');
    }
    

    html, body {
        cursor: url("cursor/cursor\ 1.png"), default;
    }

    .container {
    border: 2px solid #1ca359;
    background-color: hsl(0, 0%, 0%);
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    text-align:left
  }
  
  /* Darker chat container */
  .darker {
    border-color: #1ca359;
    background-color: hsl(0, 0%, 0%);
    text-align:right
  }
  
  /* Clear floats */
  .container::after {
    content: "";
    clear: both;
    display: table;
    width: 0;
  }
  
  /* Style images */
  .container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
    border-color: #1ca359;
  }
  
  /* Style the right image */
  .container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
  }
  
  /* Style time text */
  .time-right {
    float: right;
    color: #aaa;
  }
  
  /* Style time text */
  .time-left {
    float: left;
    color: #999;
  }