

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 0px;
  line-height: 0px;
  text-align: left;
  vertical-align: top;

}








.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #004f71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#004f71));
  background-image: -webkit-linear-gradient(top, #0088cc, #004f71);
  background-image: -o-linear-gradient(top, #0088cc, #004f71);
  background-image: linear-gradient(to bottom, #0088cc, #004f71);
  background-repeat: repeat-x;
  border-color: #004f71 #004f71 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff004f71', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #004f71;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #646464;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.well a:link, .well a:visited {
color: #ffffff;	
}

.well a:hover {
	color: #eaeaea;
}


input.search-query {
    display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 font-family: 'News Cycle';
}

#search-searchword {
 font-family: 'News Cycle';	
}
.btn {
 font-family: 'News Cycle';
}


.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
padding-right: 12px;
padding-bottom: 4px;
padding-left: 12px;
}

.icon-search {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  *margin-right: .4em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-position: -48px 0;
}

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}



