/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}


/**************/
/* TYPOGRAPHY */
/**************/
body {
  background: #99CCFF; /*#cdc9c6;*/
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}  

a:hover,
a:active {
  text-decoration: underline;
  color: #dd5800;
}


/**********/
/* LAYOUT */
/**********/

html {
  background: #99CCFF;                               /* background & font color */
  color: #555;
}

#page {
  background-color: #99CCFF;
  margin: 0 auto;
  width: 100%;
/*  max-width: 1290px;*/
}

p {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}


/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  background: url('images/raquo.png') no-repeat left 0.833em;
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;
  font-size: 1.5em;
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed, 
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;
  padding-left: 20px;
  padding-top: 0.2em
}

#preface-wrapper div.block ul li  {
  background: url('images/cyan-bullet.png') no-repeat left center;
  list-style-image: none;
  list-style-type: none;
  font-size: 12px;
  color: #bdc6cd;
  padding-left: 20px;
  margin: 0px;
  line-height: 16px;
}

#preface-wrapper div.block a  {
  text-decoration: none;
  font-weight: normal;
}

#preface-wrapper div.block a:hover {
  text-decoration: underline;
}
  

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li,
#content-content .node ul li,
#content-bottom  ul li {
  background: url('images/green-bullet.png') no-repeat left center;
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.5em;
  margin-left: 1em;
}


/********/
/* MISC */
/********/

hr {
  border: 1px solid #c7d0d8;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;
}



/********************/
/* ALL PAGE REGIONS */
/********************/

/******************/
/* HEADER REGIONS */
/******************/

#header {
  /*background: #009afa;*/
  color: #fff;
  padding-left: 15px;
  background-image: none;
/* fallback */
  background-color:#7AA3CC;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#5C7A99),color-stop(0.66,#7AA3CC), color-stop(0.83,#99CCFF));
  /* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(#5C7A99,#7AA3CC,#99CCFF);
  /* firefox; multiple color stops */
  background-image:-moz-linear-gradient(top,#5C7A99,#7AA3CC,#99CCFF);
  /* ie 6+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C7A99', endColorstr='#C04D5A');*/
  /* ie8 + */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C7A99', endColorstr='#C04D5A')";*/
  /* ie10 */
  background-image: -ms-linear-gradient(#5C7A99,#7AA3CC,#99CCFF);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#5C7A99,#7AA3CC,#99CCFF);
  /* The "standard" */
  background-image: linear-gradient(#5C7A99,#7AA3CC,#99CCFF);
}

#header-wrapper {
  /* background-color: inherit; */
  margin: 0 0 auto 50px;
  padding: 10px 0 0 0px;
/*  width: 100%;*/
  color: #fff;
}

#header-wrapper a:visited { 
color: #fff;
 }

#header-wrapper a:hover,
a:active {
  text-decoration: none;
  color: #99CCFF;
}


#search-box {
  background: #dee2e7 url('images/bg-search.gif') repeat-x;
  border: 1px solid #555;
  float: right;
  padding: 8px;
  position: relative;
  top: 0;
  width: 20em;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; 
}

#search-box input#edit-search-theme-form-1 {
  width: 170px;
}

/* theming for header search box */
#search-box input.form-submit {
  background: #666;
  border: 1px solid #777;
  color: #fff;
  cursor: pointer; 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 1px 3px 1px;
  outline: none;
  text-transform: none;
  -moz-border-radius: 0;
  -moz-outline-radius: 0;
  -webkit-border-radius: 0;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#header-first {
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 30px 0 0;
  width: 100%;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;
  margin: 0 14px 0 0;
}

#header-first h1 {    /* site name link */
  font-size: 2.8em;
  line-height: 80%;
  margin: 10px 0 5px 180px;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
  color: #fff;
}

#header-first h1 a:hover { 
  color: #1e1e1e;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 2em;
  color: #1e1e1e;
  margin: 4px 0 0px 180px;
}

#header-middle {
  float: left;
  margin: 10px 20px 0 0;
  width: 230px;
}

#header-last {
  float: right;
  margin: 10px 0 0;
  width: 300px;
}

#header-bottom {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 600;
}


/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  background: #000 url('images/preface-wrapper-bg.png') repeat-x top;
  min-height: 0px;
  padding: 0 10px;
}

#preface-wrapper {
  color: #fff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
/*  overflow: hidden;*/
  padding: 0px 0 0px 0;
  width: 95%;
}

/* correct button font size */
#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-middle {
}

#preface-wrapper #preface-last {
}

#preface-wrapper.prefaces-1 div.column {
  float: left;
  width: 100%;
}
  
#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;
  margin: 0 14px;
  width: 47%;
}
  
#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;
  margin: 0 14px;
  width: 30%;
} 

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/
#main {
/*  background: transparent url('images/content-gradient.png') repeat-x 0 1px;  2017.04.05 Commented out the image file is 404 - FJH  */
  padding: 0 10px;
}


#main-wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}

#main-wrapper a.active {
  color: #144A6E;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;
  overflow: hidden;
  padding-right: 10px;
}

#sidebar-last {
  background-color: #545e68;
  float: right;
  overflow: hidden;
  margin: 0 0 0 10px;
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  overflow: hidden;
}

#content-top {
  margin: 0 0 30px;
  overflow: hidden;
}

#content {
  margin: 0 0 20px;               /* default spacing between content regions */
  min-width: 600px;
}

#content-inner {
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
  overflow: hidden;
}


/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;
}

#postscript-wrapper #postscript-middle {
}

#postscript-wrapper #postscript-last {
  padding-right: 0;
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;
  margin: 0 10px 0 8px;
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;
  padding: 0 8px;
  width: 32%;
} 


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  border-bottom: 1px solid #ADD6FF;
  border-top: 1px solid #ADD6FF;
  clear: both;
  display: block;
  font-size: 0.9em;
  margin: auto 0;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;
  display: inline;
  padding: 0 5px 0 9px;
}

#footer ul li.first {
  border: none;
}

#legal-notice {
  background: #545e68;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 9px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}

#legal-notice a {
  color: #545e68;
  background: #AAA;
  margin: 0 0 0 10px;
  padding: 0 5px;
  text-decoration: none;
}


/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 20px 0 0 0;
  width: 960px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 20px 14px 0 0;
  width: 240px;
}

body.layout-first-main #content-wrapper {
  margin: 20px 0 0 0;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 20px 20px 0 0;
  position: relative;
  width: 470px;
  z-index: 1;
}

body.layout-main-last #sidebar-last {
  background-color: transparent;
  margin: 20px 0 0 0;
  width: 470px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 20px 20px 0 0;
  width: 240px;
}

body.layout-first-main-last #content-wrapper {
  margin: 20px 0 0;
}

body.layout-first-main-last #content-wrapper #content-inner {
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 20px;
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

/* alignments */

.center {
  text-align: center;
}

img.center, img[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img.lleft {
  float:left;
  margin: 2px 20px 5px 0px;
}

img.rright {
  float:right;
  margin: 2px 0px 5px 20px;
}


img.left, img[align="left"] {
  float: left;
  margin: 4px 20px 5px 0px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #c7d0d8;
}

img.right, img[align="right"] {
  float: right;
  margin: 4px 0px 5px 20px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #c7d0d8;
}  
  
  

#imceimage-field_cover- {
  float: right;
  margin: 4px 0px 5px 20px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #c7d0d8;
}

#imceimage-field_picturenews-, #imceimage-field_pictureacces- {
  float: left;
  margin: 4px 20px 5px 0px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #c7d0d8;
}

.field-field-status {
  border-bottom: 1px dotted #c7d0d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.field-field-genre {
  margin-top: 10px;
}

#preface .content p {
  font-size: 12px;
  color: #c7d0d8;
  font-weight: normal;
  line-height: 120%;
  margin: 8px 0;
}


/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  border-bottom: 1px solid #c7d0d8;
  clear: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
  width: 60%;
}  

h2.title {                                        /* block titles, node titles */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}  

h2.title a:link,
h2.title a:visited {
}  


h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  text-decoration: none;
}  

div.node h2.title {
  border-bottom: 1px solid #ADD6FF;
}
div.node {
  border-bottom: 2px solid #ADD6FF;
  padding-bottom: 10px;
}


/*********/
/* NODES */
/*********/

div.node {
  margin: 0px;
}


#content-content .node ul.links li,
#content-content .node ul.inline li,
#content-content .node .links a {
  background: transparent;
  margin: 0;
  padding: 0 14px 0 0;
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}  

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.8em;
  color: #777;
}

.vocab-name {
  font-weight: bold;
}

.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
}

.terms ul.taxonomy li {
  margin: 10px 0 5px;
}

.terms ul.taxonomy ul.vocab-list,
.terms ul.taxonomy li.vocab-term {
  display: inline;
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

blockquote {
}

div.node.full-node div.content {
  border-bottom: 1px solid #c7d0d8;
}

.node-form .standard {
  clear: none;
}

.picture {
  float: right;
  margin: 0 0 2px 4px;
  padding: 2px;
}

.contact {
 font-size: 1.0em;
 margin-left: 165px;
 overflow:auto;
}

/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 12px;
  margin-left: 50px;
  /*margin-right:17%;*/
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
  
#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  background: transparent url('images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li a {
  background: transparent url('images/tab-right.png') no-repeat right 0;
  color: #154B70;
  display: block;
  padding: 0.416em 0.833em 0.083em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary-menu ul.menu li ul {
  background: transparent url('images/drop-bottom.png') no-repeat 0 bottom;
  left: -999em;
  opacity: 0.90;
  margin: 0 0 0 -10px;
  padding: 1px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  background: #e1e1e1;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #000;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      /* default styling for all text fields */
  background: #F6F9FB url('images/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button,
a.button {                                    /* default styling for all form buttons */
  background: transparent url('images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

.button-wrapper {
  padding: 7px 0;
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}  

fieldset {
  border: 1px solid #c7d0d8;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;
}

div.form-item label {
  font-weight: normal;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;
}

p.address-indent {
  padding-left: 5%;
}

.admin-task {
  background: aliceblue;
  border: solid;
  border-color: lightseagreen;
  margin-bottom: 7px;
}

input[type="image"] {
  margin:  7px;
}

span.small-text {
  font-size: .8em;
}

.inline {
  display: inline;
  margin-right: 10px;
}

.float-right{
  float: right;
}
