/** Begin reset */
* {
  margin  : 0;
  padding : 0;
  -webkit-box-sizing  : border-box;
  -moz-box-sizing     : border-box;
  box-sizing          : border-box;
  }
  h1,h2,h3,h4,h5,h6,p { margin-bottom : 10px; }
  ol, ul, dl { list-style-position  : inside; }
/** End reset */

/** Begin standard selectors */
body {
  font              : 12px 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  color             : #444;
  background-color  : whitesmoke;
}
a { text-decoration : none; }
  a:link, a:visited { color : inherit; }
  a:hover { text-decoration : underline; }
  
strong {
  font-weight : 800;
  color       : #000;
}
button {
  background-color: #ccc;
}
button:hover {
  background-color : steelblue;
}
/** End standard selectors */

/** Begin spa namespace selectors */
#tmac {
  position  : absolute;
  top       : 2px;
  left      : 2px;
  bottom    : 2px;
  right     : 2px;
  
  min-height  : 500px;
  min-width   : 600px;
  overflow    : hidden;
  
  background-color  : whitesmoke;
  border-radius     : 5px;
}
/** End spa namespace selectors */

/** Begin utility selectors */
.tmac-x-select {}
.tmac-x-clearfloat {
  height      : 0       !important;
  float       : none    !important;
  visibility  : hidden  !important;
  clear       : both    !important;
}
/** End utility selectors */