﻿TD {
    FONT: 11px Arial, Helvetica, sans-serif;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.list-group-item 
{
    font: 11px Arial, Helvetica, sans-serif;
    position: relative;
    /*display: block;*/
    padding: 0px;
    display:inline;
    /*padding: 0.75rem 1.25rem;*/
    margin-bottom: -1px;
    background-color:#e21937 !important;
    border: 1px;
}

.btn-webform{
    line-height: 2;
    /*background-color: #E21937 !important;*/
    background-color: Transparent;
    border-color: Transparent;
}
.btn-webform:focus {
  color: #fff;
  /*background-color: #096565 !important;*/
  /*border-color: #096565 !important;*/
    border-color: Transparent;
    background-color: Transparent;
}
.btn-webform:hover {
  /*color: #fff;*/
  /*background-color: #096565 !important;*/
  /*border-color: #096565 !important;*/
    border-color: Transparent !important;
    background-color: Transparent !important;
}
.btn-webform-fineform{
    line-height: 3;
}

