#AccountHistory
{
    display: none;
}

.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}

.has-error .help-block{color:#a94442;}

.has-error{color:#a94442;}

.has-error:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}

.form-item
{
    width:100%;
    padding:6px 12px;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

.form-row
{
    margin-bottom:15px;
}

.form-padding
{
    padding:15px
}

.form-div
{
    padding-right:15px;
    padding-left:15px;
    margin-bottom:20px;
    border:1px solid;
    border-color:#ddd;
    border-radius:4px;
    margin: auto;
    width:500px;
    text-align:left;
}
    
.login-div
{
    padding-right:15px;
    padding-left:15px;
    margin-bottom:20px;
    border:1px solid;
    border-color:#ddd;
    border-radius:4px;
    margin: auto;
    text-align:left;
}
    
@media (max-width:600px)
{
    .form-div
    {
       float: left;
       width:100%;
    }
}

.SmallTextbox
{
    width: 200px !important;
    display: inline !important;
}

.SmallCheckbox
{
    display: inline !important;
    width: 13px !important;
    height: 13px !important;
    font-size: 1px !important;
}

#page-container
{
  position: relative;
  min-height: 100vh;
}

#content-wrap
{
  padding-bottom: 7.1em;    /* Footer height */
}

#footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.1em;            /* Footer height */
}

div.event > p
{
    display: block;
    font-size: 1em;
    margin: 0.5em 0 0.5em;
}
div.event > h1
{
    display: block;
    font-size: 2em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > h2
{
    display: block;
    font-size: 1.8em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > h3
{
    display: block;
    font-size: 1.6em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > h4
{
    display: block;
    font-size: 1.4em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > h5
{
    display: block;
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > h6
{
    display: block;
    font-size: 1em;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

div.event > ol {
  list-style-type: decimal;
}

div.event > blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

p.remove
{
    margin: 0em 0 0em 1em;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
}
	
p.add
{
    margin: 1em 0 1.5em 1em;  /*Top right bottom left*/
    cursor: pointer;
    text-decoration: underline;
}

img.addremove
{
    width: 15px;
    height: 15px;
}
	
