.form-horizontal {
border:1px solid #E8E8E8;
background:#F2F2F2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:20px;
padding-bottom:10px;
margin-bottom:20px;
}
.btn-bar {
margin-top:20px;
margin-bottom:50px;
}
.right {
text-align:right;
}
.data {
width:618px;
height:380px;
overflow-y: scroll;
}
.data td {
font-size:12px;
cursor: pointer;
}
.popover {
  width:450px;
  max-width: none;
padding-top:10px;
padding-bottom:10px;
}

.popover a[rel="popover-close"] {
display: block;
margin-top: 8px;
text-align: center;
text-decoration: underline;
color: #999999;
font-size: 0.8em;
}
.popover .table {
    width: 650px;
}
.version {
    color: #BBBBBB;
}

/* Bootstrap uses z-index... */
.ui-widget {
  z-index: 3 !important;
}