g .tick {
    stroke-width: 1;
}

g .tick text {
    stroke: black;
    stroke-width: 1;
}

.boxWhiskerHolder{
    margin: 50px auto 25px;
}

.depth {
    display: inline-block;
    margin: 45px auto 20px;
    width: 20%;
    border: 1px solid rgba(255,255,255,0.6);
    background: linear-gradient(#eee, #fff);
    transition: all 0.3s ease-out;
    box-shadow:
    inset 0 1px 4px rgba(0,0,0,0.4);
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family:Arial;
    font-size: 14pt;
}
span.center {
    display: inline-block;
    width:40%;
}
.spinner {
    position: fixed;
    top: 190px;
    left: 17%;
    margin-left: 0px; /* half width of the spinner gif */
    margin-top: 0px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 120px; /* width of the spinner gif */
    height: 120px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.inputHolder {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    appearance: none;
    box-shadow: none;
    padding:  7px 10px 7px 10px;
    background: #FFF;
    border: 1px solid #FFF;
    transition: box-shadow 0.3s, border 0.3s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.80);
}
.firebrowse-differential-plot{
    margin-left:10px;
}
img#firebrowse-logo-png{
    display:block;
    margin-top:-0.002em;
    width:410px;
    margin-left:10px;
    margin-right:0;
}
.geneExpressionTitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18pt;
    color: #666;
}
.btn-info {
    color: black;
    background: #E6E7E8;
    color: #656668;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: Verdana,Arial,sans-serif;
    color: black;
    font-size: 1em;
    line-height: 16pt;
}
button:hover {
    border: 1px solid #656668
}
a:link{
    color: black;
}
a:visited{
    color: black;
}
#boxplotviz-help-container a:link{
    color: blue;
    text-decoration: underline
}
#boxplotviz-help-container a:visited{
    color: blue;
    text-decoration: underline
}
.activated:hover{
    color: black;
    border: 1px solid #656668
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #d3d3d3
}
.btn-md, .btn-group-md>.btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #d3d3d3
}
.padleft20 {
    margin-left: 5px;
}

#boxplotviz-help-container {
    text-align: left;
    width: 30em;
}
