/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
.banner img {background-color: #FFFFFF;padding:15px;margin:20px;}
.brand {padding-top: 30px;}
.brand h4 {color: #999999}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
body.undernavigation {overflow-x: hidden; padding-top: 65px;}
#content {padding-bottom:60px;}
#designedby {padding: 5px;}
#footer_feedback {padding-top: 12px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: white;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 16px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */
.label-required:after { content:" *"; }

/* uOttawa customizations by Anthony Petryk */

body {
  line-height: 1.25em;
}

footer {
}

.table {
  /* margin-bottom: 10px; */
  margin-bottom: 0px;
}

.panel {
  background-color: #2F2F2F;
}

.panel h3, .panel h4, .panel h5 {
  color: #FFFFFF;
}

.panel-body h3, .panel-body h4, .panel-body h5 {
  color: #333333;
}

.panel table tbody {
  background-color: #FFFFFF;
}

.homepage-welcome {
  color: #FFFFFF;
}

.homepage-buttons {
  margin: 20px 0;
}

.homepage-button {
  background-color: #2F2F2F;
  background-image: none;
  color: #FFFFFF;
  border: none;
  border-left: 10px solid #00AED6;
  border-radius: 0;
  font-size: 24px;
  line-height: 1em;
  padding: 25px 11px;
  text-align: left;
  width: 100%;
}
 
.homepage-button:hover {
  background-color: #2F2F2F;
  border-color: #8F001A;
}

.homepage-button a {
  color: #FFFFFF;
}

.homepage-button a:hover{
  text-decoration: none;
}


#page-wrapper, #global-header-wrapper, #global-navigation-wrapper, #header-wrapper, #site-nav-wrapper, #main-content, #content-wrapper, #contact-footer-wrapper, #global-footer-wrapper {
  width: 100%;
}

#page-wrapper {
  background: url("../../../image/rotunda.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
  height: auto !important;
  margin: 0 auto -110px;
  min-height: 100%;
  position: relative;
  width: 100%;
}

#global-header-wrapper {
  background: none repeat scroll 0 0 #8F001A;
}

#uottawa-global-header {
  height: 50px;
  position: relative;
}

#uottawa-global-header  div {
  float: none;
  width: auto;
}

#uottawa-global-header  ul {
  list-style-type: none;
  margin: 0;
}

#uottawa-global-header  ul#page-links li {
  /* line-height: 1.5em; */
  line-height: 19.5px;
}

#uottawa-global-header ul#page-links li a#ch-lang-url {
  background: linear-gradient(to bottom, #FAFAFA 59%, #E0E0E0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #5C5C5C;
  display: block;
  font-family: Vegur;
  font-size: 16px;
  padding: 4px 2px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  top: 12px;
  width: 30px;
}

#uottawa-global-header #uottawa-logo {
  background: none repeat scroll 0 0 #8F001A;
  height: 48px;
  /* position: relative; */
  position: absolute;
  top: 48px;
  width: 160px;
  z-index: 100;
}

#uottawa-global-header #uottawa-logo a {
  background: url("../../../image/uOttawaLogoSM.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
  display: block;
  height: 33px;
  width: 160px;
}

#uottawa-global-header #uottawa-logo img {
  display: none;
  margin: 0 auto;
  width: auto;
}

#site-nav-wrapper {
  clear: both
}

#site-nav-wrapper #site-search {
  /* position: absolute; */
  /* right: 35px; */
  /* top: 12px;  */
  z-index: 101;
}

#site-nav-wrapper #site-search form #site-search-box {
  float: left;
}

#site-search-submit-wrapper {
  background: linear-gradient(to bottom, #FAFAFA 59%, #E0E0E0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#site-search-box input {
  background: linear-gradient(to bottom, #FAFAFA 59%, #E0E0E0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#site-search form input#site-search-submit {
  background: url("../../../image/search.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
  border: medium none;
  border-left: 1px solid #DEDEDE;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  height: 27px;
  margin: 4px 0 0 -32px;
  min-width: 30px;
  padding: 0;
  text-indent: -99999px;
  width: 30px;
}

#global-navigation-wrapper {
  background: url("../../../image/assets_images_dark_grey_texture.png") repeat scroll 0 0 #303030;
  float: left;
  min-height: 46px;
  width: 100%;
}

#header-wrapper {
  background: url("../../../image/assets_images_dark_grey_texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-top: 13px;
  float: left;
  width: 100%;
}

#site-id {
  display: inline-block;
  float: left;
  width: auto;
}

#site-id .site-id-title {
  color: #D3D3D3;
  display: inline-block;
  font-family: Vegur;
  font-size: 36px;
  margin: 0;
  padding: 7px 15px 10px 0;
  text-decoration: none;
  width: 100%;
}

#site-breadcrumbs {
  color: #FFFFFF;
  display: inline-block;
  float: right;
  margin: 0;
  padding: 28px 0 13px;
  width: auto;
}

#site-nav-wrapper {
  background: url("../../../image/assets_images_light_grey_texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #FFFFFF;
}

#main-content-wrapper {
  padding-top: 20px;
}

#content {
  /* padding-top: 20px; */
}

#contact-footer-wrapper {
  background: url("../../../image/assets_images_light_grey_texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 1px solid #FFFFFF;
  padding-bottom: 5px;
  /* padding-top: 6px; */
}

.contact-footer-item-wraper {
  line-height: 1.2em;
}

#global-footer-wrapper {
  background: url("../../../image/assets_images_dark_grey_texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#global-footer {
  width: 100%;
}

#uottawa-global-footer {
  clear: both;
  color: #FFFFFF;
  font-size: 13px;
  min-height: 50px;
}

#uottawa-global-footer-info {
  padding: 16px 0 8px;
}

#uottawa-global-footer-swoosh {
  height: 15px;
  width: 100%;
}

#uottawa-global-footer-swoosh-left-bg {
  background: none repeat scroll 0 0 #BCB5AE;
  height: 15px;
  left: 0;
  position: absolute;
  width: 50%;
}

#uottawa-global-footer-swoosh-left {
  background: none repeat scroll 0 0 #BCB5AE;
  float: left;
  height: 15px;
  position: relative;
  width: 75%;
  z-index: 5;
}

#uottawa-global-footer-swoosh-right {
  background: url("../../../image/swoosh.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  float: left;
  height: 15px;
  position: relative;
  width: 25%;
  z-index: 5;
}

#uottawa-global-footer-swoosh-right-bg {
  height: 15px;
  position: absolute;
  right: 0;
  width: 50%;
}

#uottawa-global-footer-swoosh-right, #uottawa-global-footer-swoosh-right-bg {
  background-color: #8F001A;
}

.page-element-container {
  float: none;
  margin: auto;
  width: 980px;
}
@media (min-width: 736px) and (max-width: 995px) {
.page-element-container {
    width: 720px;
}
}
@media (min-width: 496px) and (max-width: 735px) {
.page-element-container {
    padding: 0 10px;
    width: 480px;
}
}
@media (min-width: 0px) and (max-width: 495px) {
.page-element-container {
    padding: 0 10px;
    width: 320px;
}
}

.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

@font-face {
    font-family: "Vegur";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/vegur_regular/vegur-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/vegur_regular/vegur-regular-webfont.woff") format("woff"), url("../fonts/vegur_regular/vegur-regular-webfont.ttf") format("truetype"), url("../fonts/vegur_regular/vegur-regular-webfont.svg#vegurregular") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/roboto/roboto_light/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_light/roboto-light.woff") format("woff"), url("../fonts/roboto/roboto_light/roboto-light.ttf") format("truetype"), url("../fonts/roboto/roboto_light/roboto-light.svg#robotolight") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/roboto/roboto_medium/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_medium/roboto-medium.woff") format("woff"), url("../fonts/roboto/roboto_medium/roboto-medium.ttf") format("truetype"), url("../fonts/roboto/roboto_medium/roboto-medium.svg#robotomedium") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/roboto/roboto_lightitalic/roboto-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_lightitalic/roboto-lightitalic.woff") format("woff"), url("../fonts/roboto/roboto_lightitalic/roboto-lightitalic.ttf") format("truetype"), url("../fonts/roboto/roboto_lightitalic/roboto-lightitalic.svg#robotolight_italic") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/roboto/roboto_mediumitalic/roboto-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_mediumitalic/roboto-mediumitalic.woff") format("woff"), url("../fonts/roboto/roboto_mediumitalic/roboto-mediumitalic.ttf") format("truetype"), url("../fonts/roboto/roboto_mediumitalic/roboto-mediumitalic.svg#robotomedium_italic") format("svg");
}
@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/notosans/notosans_regular/notosans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/notosans/notosans_regular/notosans-regular.woff") format("woff"), url("../fonts/notosans/notosans_regular/notosans-regular.ttf") format("truetype"), url("../fonts/notosans/notosans_regular/notosans-regular.svg#noto_sansregular") format("svg");
}
@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/notosans/notosans_bold/notosans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/notosans/notosans_bold/notosans-bold.woff") format("woff"), url("../fonts/notosans/notosans_bold/notosans-bold.ttf") format("truetype"), url("../fonts/notosans/notosans_bold/notosans-bold.svg#noto_sansbold") format("svg");
}
@font-face {
    font-family: "Noto";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/notosans/notosans_italic/notosans-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/notosans/notosans_italic/notosans-italic.woff") format("woff"), url("../fonts/notosans/notosans_italic/notosans-italic.ttf") format("truetype"), url("../fonts/notosans/notosans_italic/notosans-italic.svg#noto_sansitalic") format("svg");
}
@font-face {
    font-family: "Noto";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/notosans/notosans_bolditalic/notosans-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/notosans/notosans_bolditalic/notosans-bolditalic.woff") format("woff"), url("../fonts/notosans/notosans_bolditalic/notosans-bolditalic.ttf") format("truetype"), url("../fonts/notosans/notosans_bolditalic/notosans-bolditalic.svg#noto_sansbold_italic") format("svg");
}

.uottawa-static-content, .panel-content, .panel-body {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
  padding: 10px 15px;
}

.panel-heading {
  color: #FFFFFF;
  font-size: 24px;
  margin-top: 20px;
  padding: 0;
}

.well h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.well p {
  margin-top: 10px;
}

.browse-footer {
  color: #FFFFFF;
  margin-bottom: 1em;
  text-align: center;
}

.statisticsLink {
  float: right;
}

.discovery-form-control {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.discovery-query input[type="text"], #discovery-available-filters input[type="text"]{
  border: 1px solid #FFFFFF;
  line-height: normal;
  width: 30%;
}

.discovery-query input#query {  
  display: inline;
  width: 65.5%;
}

.discovery-query select#tlocation {
  display: inline;
  margin-left: 1.25%;
  width: 32.5%;
}

.discovery-query #main-query-submit {
  float: right;
  margin-bottom: 1em;
}

.discovery-query h5 {
  margin-top: 20px;
}

#discovery-available-filters {
  padding-bottom: 10px;
}

.applied-filter-wrapper {
  margin-top: 10px; 
}

.available-filter-wrapper {
  margin: 10px 0;
}

.applied-filter-wrapper .btn, .available-filter-wrapper .btn {
  margin-top: -3px;
  padding: 1px 0;
  width: 2em;  
}

.discovery-controls {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 735px) {

	.discovery-query input#query  {
	display: block;
	width: 100%;
	}
	.discovery-query select#tlocation {
	display: block;
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
	}
	.discovery-query #main-query-submit {
	float: right;
	margin: 10px 0;
	}
	#discovery-applied-filters {
	clear: both;
	}
	#discovery-applied-filters h5 {
	margin-bottom: 0px;
	}
	#discovery-applied-filters > select {
	width: 25%;
	}
	.pagination > li > a, .pagination > li > span {
	padding: 3px 6px;
	}
	
}

.discovery-results-total {
  font-size: 24px;
}

.table-wrapper {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 20px;
}

.form-horizontal {
  margin-top: 10px;
}

.login-help-link {
  margin-top: 10px;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 735px) {
.login-help-link {
  float: right;
  margin-right: 20px;
}
}

.table tbody > tr:first-child > th, .table tbody > tr:first-child > td {
  border-top: medium none;
}

.workspace-panel table tr td input {
  width: 5em;
}

.panel-content > .community {
  margin: 1em 0;
}

.media-body .community {
  margin-left: 2em;
}

.collection {
  margin-left: 2em;
}

.collection h4 {
  font-size: 14px;
}

#manual-submission .form-group {
  margin-bottom: 0;
}

#manual-submission .form-horizontal {
  margin-top: 0;
}

.help-block {
  margin-top: -1em;
}

.submitProgressButtonCurrent.btn.btn-primary {
  opacity: 1;
}

.ui-widget-content {
  border: none;
}

#workspace-panel #t1, #workspace-panel #t6, #workspace-panel #t11, #workspace-panel #t16 {
  width: 10%;
}

#workspace-panel #t2, #workspace-panel #t7, #workspace-panel #t12, #workspace-panel #t17 {
  width: 50%;
}

#workspace-panel #t3, #workspace-panel #t8, #workspace-panel #t13, #workspace-panel #t18 {
  width: 15%;
}

#workspace-panel #t4, #workspace-panel #t9, #workspace-panel #t14, #workspace-panel #t19 {
  width: 15%;
}

#workspace-panel #t5, #workspace-panel #t10, #workspace-panel #t15, #workspace-panel #t20 {
  width: 10%;
}

#submission-type-accordion, #forgot-password-accordion {
  font-size: 14px;
}

#submission-type-accordion label {
  margin: 0;
  padding: 6px 12px;  
}

#submission-type-accordion, #submission-type-accordion input, #submission-type-accordion button, #submission-type-accordion select {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#forgot-password-accordion, #forgot-password-accordion input, #forgot-password-accordion button, #forgot-password-accordion select {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#submission-type-accordion .ui-accordion-header {
  margin: 0;
}

.sl-result {
  margin: 0;
  padding: 0;
}

.sl-result-title {
  font-weight: bold;
}

.sl-result-authors {
  font-style: italic;
}

#manual-accordion {
  padding-top: 30px;
  padding-bottom: 30px;
}

#manual-accordion .form-control {
  height: 100%;
}

#identifier-accordion .help-block {
  margin-bottom: 20px;
}

#identifier-result {
  margin-top: 10px;
}

#result-list button {
  float: right;
  margin-top: -3em;
}

#form-submission-identifier .submission-lookup-identifier {
  float: left;
}

#form-submission-identifier .identifier-lookup-button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: url("../../../image/search.svg") no-repeat scroll left center rgba(0, 0, 0, 0);
  border-bottom-right-radius: 2px;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #DEDEDE;
  border-image: none;
  border-style: none none none solid;
  border-top-right-radius: 2px;
  border-width: medium medium medium 1px;
  cursor: pointer;
  display: block;
  float: left;
  height: 27px;
  margin: 4px 0 0 -32px;
  min-width: 30px;
  padding: 0;
  text-indent: -99999px;
  width: 30px;
}

#progress-bar {
  margin-bottom: 20px;
}

#embargo-reason {
  display: none;
}

#embargo-date .help-block {
  margin-bottom: 20px;
}

#spanFile, #selectedFile {
  margin-right: 1em;
} 

pre {
  font-size: 14px;
  line-height: inherit;
  word-break: normal;
}

label {
  font-weight: normal;
}

.ui-widget-content a {
  color: #428BCA;
}

#manual-submission #form-submission .alert {
  margin-top: 30px;
  margin-bottom: 0;
}

#workspace-panel table input {
  width: 100%;
}

#workspace-panel h4 {
  margin-top: 20px;
}

.panel-content h3, .panel-content h4, .panel-content h5 {
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.panel-content h5 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel-content > p {
  margin-top: 10px;
}

h4.media-heading {
  font-weight: normal;
  margin-top: 0;
}

.workflowitem-id {
  float: right;
}

#site-search-home {
  margin-bottom: 20px;
}

#site-search-link-home {
  float: right;
  margin: 5px 0;
}

#site-search-radio-home {
  float: right;
  margin: 10px 0;
  color: #ffffff;
}

#site-search-radio-home span {
  margin-left: 0.5em;
}

#submit-thesis-accordion, #submit-thesis-accordion input, #submit-thesis-accordion button, #submit-thesis-accordion select, #submit-thesis-accordion .ui-widget {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

#submit-thesis-accordion > div {
  /* margin-bottom: 10px; */
}

.padded-list li {
  padding-bottom: 10px;
}

.padded-list li:last-child {
  padding-bottom: 0;
}

#submit-thesis-faq  div{
  /* padding-left: 2em; */
} 

#submit-thesis-faq .question, #general-faq .question {
  background-position:left;
  background-repeat:no-repeat;
  color: #428bca;
  cursor:pointer;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#submit-thesis-faq .answer, #general-faq .answer {
  display:none;
}

.panel-body.browse-buttons {
  background-color: inherit;
  margin-bottom: 20px;
  padding: 0;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  outline: none;
}

.alert-warning {
  color: #9C7B44;
}

.btn {
  line-height: inherit;
}

h4, h5, h6 {
  margin-top: 10px;
}

.homepage-welcome p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 1em;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h4.modal-title {
  color: #000000;
}

.btn a , .btn a:link, .btn a:visited {
  color: #FFFFFF;
  outline: none;
}

.btn a:hover {
  text-decoration: none;
}

.alert-info a {
  text-decoration: underline;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.statsTableMonth th {
  font-weight: normal;
  width: 10%;
}

.statsTable td:last-child {
  width: 10%;
}

.alert > p, .alert > ul {
  margin-bottom: 10px;
}

.alert > p:last-child, .alert > ul:last-child {
  margin-bottom: 0;
}

.statsGraph {
  border: 1px solid #ddd;
  height: 480px;
  width: 640px;  
}

.badge {
  font-weight: normal;
}