a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  background-color: #fff;
}

body
{
}
.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.row{
   margin-bottom:10px;
}
.label {
    font-size: 13px;
}

th,
td{
    padding: 12px;
    white-space: nowrap;
}

h1{
   font-size: 21px;
    margin: 13px -17px;
    position: absolute;
}

.search_span input[type="text"]{
    border-radius: 4px 0px 0px 4px;
}
.search_span button{
   -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
    border-color: #333;
    background-color: #337ab7;
    border-color: #CCC;
    border-left: 0 none;
    color: #000;
    border-radius: 0px 4px 4px 0px;
}
