/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 08:17:19 */
body {
background-color: transparent;
}

#raws a {
  border-collapse: collapse;
  white-space: wrap;
  width: 100%;
  color:var(--pc-body-color);
	text-decoration: none;
  font-size:10pt;
  font-family: Quicksand, sans-serif;  
  font-weight: bold;
}
      #raws table {
        border-collapse: collapse;       
        width: 100%;
      }
      #raws table td {
        width: 110px;
        word-wrap: break-word;
      }

#raws a:hover {
  color: white;
  text-decoration: underline;
}

#raws tr:hover {background-color: #B6A3D9; color:var(--pc-body-color);}

#raws th {
  padding: 3px;
  text-align: center;
  background-color: #9676c1;
  cursor: pointer;
  color: white;
}    
.text {width: 1%;white-space: nowrap;font-family: Quicksand, sans-serif;  
font-weight: bold;color: var(--pc-body-color);}
.res {width: 1%;transition: width 1s ease-in-out;font-family: Quicksand, sans-serif;  font-weight: bold;} 
   @media only screen and (max-width: 700px) {.res {width: 20%; transition: width 1s ease-in-out;}}
.resa {background-color:#E7A1C4; color:white;margin:auto;border-radius:5pt; padding:5pt;text-align:center;font-size:8pt;max-width:100%;}
.resb {background-color:#6F5A99; color:white;margin:auto;border-radius:5pt; padding:5pt;text-align:center;font-size:8pt;max-width:100%;} 
.resc {background-color:#B08ED6; color:white;margin:auto;border-radius:5pt; padding:5pt;text-align:center;font-size:8pt;max-width:100%;} 
.resd {background-color:#8E6FC6; color:white;margin:auto;border-radius:5pt; padding:5pt;text-align:center;font-size:8pt;max-width:100%;} 

 .resa:before {content:'1080p';width:auto; margin: auto;}
 .resb:before {content:'720p';width:auto; margin: auto;}
 .resc:before {content:'480p';width:auto; margin: auto;}
 .resd:before {content:'360p';width:auto; margin: auto;}