/* 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;
}


/* ============== css-for-html-table =============================== */

table.spec-table {
    border-collapse: collapse;
    width: 100%;
    /* font-size: 90%; */
}
table.spec-table th,
table.spec-table td {
    border: 1px solid #ccc;
    padding: 6px 9px;
    text-align: center;
    vertical-align: middle;
}
table.spec-table th {
    background-color: #c4c4c4;
}
table.spec-table tr:nth-child(even) td {
    background-color: #f3f6f6;
}

table.spec-table td.custom-heading  {
    background-color: #c4c4c4; 

}