/*
Theme Name: Tweak Store
Theme URI: [ Not yet republished ]
Author: Adam Ferguson
Author URI: https://www.thinktweak.com
Description: Tweak Store is a tribute to a site we enjoyed from about the 2012 era. We are taking inspiration from their hard work, and attempting to build a clean looking site that is easy to use, and hopefully it will build a following of its own.
Version: 10.9.1
Tested up to: 6.7
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tweak-store
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, sticky-post, featured-images, footer-widgets, flexible-header, rtl-language-support, full-width-template, post-formats, theme-options, threaded-comments, translation-ready, photography, food-and-drink, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

nav td a {
  display: inline-block;
  margin-right: -4px;
}

input[type=text] {
  border: 3px solid black;
  border-radius: 4px;
  padding: 3px 3px;
  margin: 2px 2px;
}

input[type=text]:focus {
  background-color: #ececec;
  border: 3px solid black;
  border-radius: 4px;
  padding: 3px 3px;
  margin: 2px 2px;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #5f5f5f;
  border: 2px solid black;
  border-radius: 4px;
  color: white;
  padding: 3px 3px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
}