    .media-item {
        width: 92%;
    }
    .organisation .media-item {
        width: 43%;
        text-align: center;
        min-height: 320px;
    }
    .media-item .media-image {
        float: right;
    }
    .organisation .media-item .media-image {
        float: none;
    }
.media-item .media-image {
    max-height: 125px;
    max-width: 312px;
}
.context-info .info .dl .dd {
    margin-top: 3px;
    margin-left: 0;
}
.context-info .nums .dl {
    float: left;
    width: 50%;
    margin: 5px 0 0 0;
    color: #444444;
}
.context-info .nums .dl .dt {
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.context-info .nums .dl .dd {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-left: 0;
}
.context-info .nums .dl .dd .smallest {
    font-size: 13px;
}
.context-info .nums .dl .dd .smaller {
    font-size: 16px;
}
.context-info .nums .dl .dd .small {
    font-size: 21px;
}
p>a {
    text-decoration: underline;
}
.module .pagination li span {
    border-top: none;
    border-bottom: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
/*# http://a11yproject.com/posts/how-to-hide-content/ */

.visually-hidden {
    /*#http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
    display: none !important;
}
.dataset-resources li a {background-color: #555;}
.label[data-format=html], .label[data-format*=html] {background-color: #4666ce;}
.label[data-format=json], .label[data-format*=json] {background-color: #960000;}
.label[data-format=xml], .label[data-format*=xml] {background-color: #304d0f;}
.label[data-format=text], .label[data-format*=text] {background-color: #5770b3;}
.label[data-format=csv], .label[data-format*=csv] {background-color: #b35722;}
.label[data-format=xls], .label[data-format*=xls] {background-color: #14820c;}
.label[data-format=api], .label[data-format*=api] {background-color: #c714bb;}
.hidden-table, .table-view .module-plot-canvas, .table-view span.plot, span.table {
    display: none;
}
.table-view span.table, span.plot {
    display: inline;
}
.table-view .hidden-table {
    display: table;
}
.table-plot-switch {
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
li .truncator-more {
    display: none;
}
li:hover .truncator-more {
    display: inline;
}
#details:not(.in) {
    visibility: hidden;
}
.account-masthead
{
    background: #4C4C4E;
}
.masthead {
    background: #E8E8E8 url("/base/images/bg.png") repeat-x;
}
.masthead .content {
    width: 684px;
}
.masthead .site-search {
    width: 210px;
}
.masthead .navigation {
    text-align: right;
    width: 445px;
}
.masthead .navigation .nav-pills > li {
    float: none;
    display: inline-block;
}

.header-image {
margin-left: -50px;
}
[role=main] {
    min-height:100px !important; 
}
.masthead .nav>li>a,  .masthead .nav>li>a:focus, .masthead .nav>li>a:active{
color: black;
}
.masthead .nav>li>a:hover {
color: white;
}

.attribution .ckan-footer-logo {
    overflow: hidden;
}
.media-overlay {
    display: none;
}
#feeddiv .module {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
h3.nav-styled {
    display: inline;
    font-weight: normal;
    font-size: 1em;
}
#data-view-error.collapse{
    display: none;
}
a.skip-link{
    position: absolute;
    top: -100px;
    padding: 6px;
    border-bottom-right-radius: 8px;
    z-index: 100;
}
a.skip-link:focus {
    left: 0px;
    top: 0px;
    color: white;
    background: #BF1722;
    outline: 0;
    transition: background .5s, color .5s;
}

.search-form .search-input.search-giant button {
    margin-top: -15px;
}