/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#header .site-navigation, #header .strapline, #header .sitename, #footer, #cloud, #infobar, #adminbar, #mainmenu,
#problemviewmenu, #notpublished, #problemviewtitle, .footer-menu, .footer,
.latest, .collection, .trendinglist, .relatedlist, .heading, #stemLinks,#uniheader {
    display: none !important;
}

#problemview {
    float: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

#static {
    background-image: none ! important;
    padding: 0 !important;
    margin: 0 !important;
}

#problemview img {
    padding: 0 !important;
}

#problemview .typeset img {
    padding: 0 !important;
}

#problemview h3 {
    margin-left: 0 !important;
}

#staticbanner {
    color: #000000 !important;
}

#staticbanner h1 {
    padding-top: 1em;
    font-size: 2em !important;
}

body, p, div {
    font-family: Arial;
    background-color: #FFF;
    max-width: 640px !important;
    color: #000;
}

#bodydiv:before {
    font-size: 0.5em !important;
    content: "Copyright © University of Cambridge. All rights reserved.";
}

.blogButton {
    padding: 0;
    margin: 0;
    border: 0;
}

#columntwo {
    margin-left: 0 !important;
}

a:after {
    content: " " attr(href) " ";
}

/* deal with icon visibility */
.iconplaceholder {
    display: inline !important;
    opacity: 1 !important;
    height: 80px;
    width: 80px;
    border: 0;
}

.image-wrap {
    background-size: 0 0;
    background-image: none;
    border-radius: 0;
    box-shadow: unset;
    border: 0;
}

.image-wrap:after {
    position: absolute;
    content: '';
    border-radius: 0;
    background: none;
    border: 0;
}

.featureintro {
    top: 20px !important;
    left: 0 !important;
}
/**
 * The asterisk targets all HTML elements in a web page.
 */

    * {
        -webkit-transition: none !important;
        transition: none !important;
    }

