﻿.dummy {
  color: #000; }

.tools {
  display: block;
  margin: 0;
  padding: 0; }

.tool,
.tool:active,
.tool:hover,
.tool:focus,
.tool[disabled],
.tool[disabled]:hover,
.tool[disabled]:focus {
  font-weight: normal; }

.tool,
.tool:active,
.tool[disabled] {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-decoration: none; }

.tool {
  border: none;
  color: #a8aaac;
  cursor: pointer;
  height: auto;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0; }

.tool:hover,
.tool:focus {
  background-color: transparent;
  color: #636466;
  text-decoration: none; }

.tool[disabled]:hover,
.tool[disabled]:focus {
  color: #939598;
  text-decoration: none !important; }

