.field-label {
    font-size: 12pt;
    padding-bottom: 5px;
}

.warning-label {
    color: red;
    font-weight: bold;
}

.banner-title {
	font-size: 16px;
	font-weight: bold;
}

.edit-box-left {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.edit-box-right {
    display: inline-block;
    vertical-align: top;
}

.check-box-list label {
    padding-left: 5px;
    display: inline-block;
}

.notes
{
    resize: none;
}

.radio-button label {
    padding-left: 5px;
}

.btn.btn-save {
    border-color: #2e6da4;
    background-color: #337ab7;    
    color: #fff;
    /*text-shadow: 0 -1px 0 rgba(0,0,0,.25);*/
}

.drop-down-border {
    border: solid 1px darkgray;
    border-radius: 0;
    width: 55px;
    height: 28px;
}


/* Overrides */

.easyeditor-toolbar li button {
    border: solid 1px #b9b9b9;
    font-size: 13px;
    padding: 0px;
    color: #333;
}

/* Commented the following segments for now - not sure how they were introduced  */
/*body {
  background-color: rgb(0,159,214);
  font: bold 1em/100% "Helvetica Neue", Arial, sans-serif;
  padding: 2em 0;
  text-align: center;
}
h1 {
  color: white;
  line-height: 120%;
  margin: 0 auto 2rem auto;
  max-width: 30rem;
}*/
