    /*
     Theme Name: Twenty Twenty-Five Child
     Theme URI: https://crosswordtournament.com/online/twentytwentyfive-child/
     Description: Twenty Twenty-Five Child Theme
     Author: Dave Sullivan
     Author URI: https://crosswordtournament.com/online
     Template: twentytwentyfive
     Version: 1.0.0
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Text Domain: twentytwentyfive-child
    */
li {margin-top:5px;margin-bottom:5px;}
button.mybutton {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

td {
	padding: 5px 20px;
}

button.mybutton:hover {
  background-color: #04AA6D;
  color: white;
}

body {
  margin: 8px;
}

.crumb {
		font: 16px Arial, sans-serif;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .lbox {display:none;}
  .rbox {display:none;}
}

@media only screen and (min-width: 621px) {
  /* For mobile phones: */
  .lboxmain {display:none;}
  .rboxmain {display:none;}
}