﻿    .float-container {
      position: relative;
      z-index:99999999999999999999;
    }
 
    .float-container p {
      text-align: right;
      position: absolute;
      margin: 0;
      top: -25px;
      right: 0;
      cursor: pointer;
    }
