    
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, samp, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, caption, tbody,
figure, figcaption, footer, header, 
menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Libre Baskerville", Georgia, Times, "Times New Roman", serif;
}

@font-face {
 font-family: "Libre Baskerville";
 src: url("librebaskerville-regular.eot");
 src: url("librebaskerville-regular.eot?#iefix") format("embedded-opentype"),
      url("librebaskerville-regular.woff") format("woff"),
      url("librebaskerville-regular.ttf") format("truetype");
 font-weight: normal;
 font-style: normal;
}

hr {
 height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(255, 153, 0, 0.5);
}

body {
    padding: 0px 0px 20px 0px;
}

ul.confidence {
    list-style-type: circle;
}

div#economists_panel > a {
    text-decoration: none;
}

.authorPanel {
    color: #727272;

	display: block;
    font-size: 0.9em;
    min-width: 230px;
    height: 30px;    
	margin: .1em;
    padding: .1em; 
    cursor:pointer;
    vertical-align: middle;
    background-color: #f2f2f2;

}

.authorPanel:hover,
.authorPanel:active,
.authorPanel:focus {
	background-color: #fdebce;
}

.panelItem {
    vertical-align: middle;
    padding-top: 8px; 
}

.icon {
    display: inline;     
    float: left;
    width: auto;
    height:30px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;    
}

.name {
    position: absolute;
    left: 40px;   
    font-size: 1em;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
}

.institution {
    position: absolute;
    font-size: 1em;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    left: 250px;
}

#uni_short {
    display: none;
}


/* -------------------------------------------- */

@media all and (max-width: 450px) {

    #uni_short {
        display: inline;
    }

    #uni_long {
        display: none;
    }
}

@media all and (max-width: 299px) {

    #uni_short {
        display: none;
    }
}