/*
 Theme Name:   Lord Matt Extension Theme
 description:  A child theme to bring in TPK extensions
 Author:       Lord Matt
 Template:     verbosa
 Version:      1.0.0
 Text Domain:  lordmatt-ext
*/




   .tpk-grid-item, #tpk-char, #tpk-other {
      width:45% !important;
      float:left !important;
      margin:1% !important;
   }

   .tpk-inner-grid {
      width:100% !important;
      padding:0 !important;
      margin:0 !important;
   }   
   .wide-button {
      width:90% !important;
      margin:auto !important;
      text-align:center !important;
   }
   .tpk-info {
      border:1px solid #666 !important;
      padding:0.5em !important;
      margin:0.5em !important;
      background-color:#FFFFCC !important;
   }
   
   .tpk-cookie {
      background-color:#CCCCCC !important;
   }
   
   .tpk-side-box {
      width:40%;
      float:right;
      border:3px double #666 !important;
      padding:0.5em !important;
      margin:0.5em !important;
      background-color:whitsmoke !important;
   }
