﻿/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */


.carousel-caption {
  color: #d51854;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background:rgba(255, 255, 255, .6);
}

.org-logo {
	margin-right:20px;
}

dl {
    border: 3px double #ccc;
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #337ab7;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
.h180{height:180px;
}
.h170{max-height:220px;
}