@charset "utf-8";
.text-size-controls {
   margin: 25px auto 20px;
   text-align: right; 
   max-width: 1260px; 
   padding: 0 25px;
}
.text-size-controls button {
   padding: 5px 10px;
   border: 1px solid #cc0000;
   background-color: transparent;
   color: #cc0000;
   font-weight: bold;
   cursor: pointer;
   border-radius: 5px;
   transition: background-color 0.2s;
   font-size: 14px;
}
.text-size-controls button:hover {
   background-color: #cc0000;
    color: white;
}/* CSS Document */

