
div#message{
width:100%;
height:10%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
color:red;
}

p.RepKit{
font-size:0.8em;
vertical-align:top;
color:#404040;
text-align:center;
}

div#imDiv{
width:100%;
height:70%;
}
div#numDiv{
width:100%;
height:30%;
min-height:200px;
border:2px solid;
border-radius:15px;
border-color:#D0D0D0;
}
img#pumpImage{
display: block;
margin-left: auto;
margin-right: auto;
padding:10px;
max-width: 300px;
}
p#configNumber{
text-align:center;
padding:0px;
font-weight:bold;
}
p#replaceTitle{
-webkit-margin-before:0.5em;
-webkit-margin-after:0.5em;
text-align:center;
padding:5px;
font-weight:bold;
}
p#configDesc,p#dNum{
-webkit-margin-before:0em;
-webkit-margin-after:0em;
padding-left:10px;
padding-bottom:5px;
padding-right:10px;
font-size:90%;
color:#404040;
text-align:center;
}
.btn-blue { 
  color: #ffffff !important; 
  background-color: #0033AB; 
  border-color: #022D91; 
    font-weight: bold;
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #fcbd30 !important; 
  background-color: #0033ab; 
  border-color: #022D91; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #0033AB; 
  border-color: #022D91; 
} 
 
.btn-blue .badge { 
  color: #0033AB; 
  background-color: #ffffff; 
}

.row{
    margin: 0px auto;
}
.panel-body{padding:10px;}