
/* body { font: 12px Arial;} */

body {
    margin-top: 115px;
}

.cushion {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    padding-top: 5px;
    padding-bottom: 10px;
}

div.tooltip {	
    position: absolute;			
    text-align: center;							
    font: 12px sans-serif;
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

.board-dimensions {
    position: relative;
    top: 3px;
    right: 3px;
    text-align: right;
}

.my-svg-container{
 display: inline-block;
 position: relative;
 width: 100%;
 padding-bottom: 40%; /* depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */
 
 vertical-align: middle; /* top | middle | bottom ... do what you want */
}

.my-plot-container {
    width: 100%;
    padding-bottom: 25%;
}

.my-svg{ /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* only required for <img /> */
}

.my-plot{ /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; /* only required for <img /> */
}

.text-btn {
    min-width: 150px;
    text-align: left;
}
.middle-btn,
.middle-btn:hover,
.middle-btn:active,
.middle-btn:disabled {
    border-radius: 0px;
    border-left: 1px;
    min-width: 180px;
}

.right-btn {
    min-width: 180px;
}


.divide-nav{
  height: 50px;
  background-color: #428bca;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}

.affix {
  top: 50px;
  width:100%;
  z-index: 10000000000;
}

.navbar-lower {
    background-color: #e7e7e7;
    top: 50px;
}

.panel-footer {
    background-color: inherit;
}

.label-as-badge {
    border-radius: 1em;
}

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
}

.inline-title {
    vertical-align: middle;
    display: inline-block;
    padding-right: 25px;
}