  /* Assorted styles */

#content_head h1 {
    margin-right: 40px;
}

#tabs {
    margin-bottom: 10px;
    clear: both;
}

dl.accordion ul {
    margin-top: 0;
}

#content ul.results li {
    padding-bottom: 0;
}

/* Header "buttons", e.g. Apply, Print (iconised) */

#actions {
    float: right;
}

#actions .print {
    float: right;
    margin: -25px 0 10px 0;
    opacity: 1;
    width: 25px;
    height: 22px;
}

#actions .print:hover {
    opacity: 0.7;
}

#actions .print img {
    width: 100%;
    height: 100%;
}

#actions .apply {
    float: right;
    clear: right;
    text-decoration: none;
    font-size: 0.9em;
    padding: 7px 10px 7px 25px;
    margin-bottom: 5px;
    background-image: url("/assets/css/images/elements/arrows/link-arrow-white.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    opacity: 1;
    font-size: 1.2em;
}

#actions .apply:hover {
    opacity: 0.7;
}

.mobile #actions {
    display: block;
    clear: both;
    float: none;
}

.mobile #actions .print {
    display: none;
}

.mobile #actions .apply {
    float: none;
    margin: 0 10px 10px 0;
    padding-left: 10px;
    display: block;
    width: auto;
    background-image: none;
}

.mobile #actions .apply:before {
    font-family: 'FontAwesome';
    content: "\f061";
    margin-right: 10px;
}


/* AddThis */

#content .addthis_toolbox {
    margin: 0 -5px 10px 0px;
    float: right
}

#content .addthis_toolbox p {
    float: left;
    margin-bottom: 0;
}


/* UG KIS widget */

.mobile #kis-container {
    width: 100%;
    overflow: auto;
}

/* Standfirst-ish entry information */

.entry_overview {
    font-weight: bold;
    color: #004d5d;
    font-size: 1.3em;
    margin-bottom: 0;
}


/* "Register your interest" beligatured boxes */

.ligged-interest {
    clear: both;
    margin-top: 10px;
}

.ligged-interest img {
    float: left;
}

#content div.ligged-interest p {
    margin: 0 0 0 50px;
    line-height: 25px;
}

#content div.ligged-interest.double p {
    margin-left: 85px;
}


/*
   AddThis is (currently) not positioning the icon for
   more services correctly. This fixes that.
*/

.addthis_toolbox .at16t_expanded {
    background-position: 0 -80px;
}
