/* override table width restrictions */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
 *          this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}

.wy-nav-content{
   max-width: 100%;
}

.buy{
   display: flex;
   justify-content: space-around;
   flex-direction: column;
   height: 0px;
   align-items: flex-end;
}

.buy-now{
   margin-top: 30px;
   background: #2ea3f2;
   padding: 10px;
   /* border: 1px solid black; */
   border-radius: 5px;
   color: white !important;
}