﻿
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: #f2f2f2;
}#boxed {
    background: #ffffff;
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}
header {
    background-color: #fff;
    border-bottom: 1px solid #27a39e;
        padding-top: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container 
{
	
	background-color: #fff;
    width: 1170px;
}

.container 
{	
    margin-right: auto;
    margin-left: auto;
}
header {
    margin-bottom: 25px;
}
#top-right {
    float: right;
    font-size: smaller;
    margin-bottom: 15px;
}
h1 {
    font-weight: 900;
    margin: 20px 0 0;
    margin-top:0px;
}
h1 a, h1 a:hover {
    text-decoration: none;
    color: #333;
}
.lead {
    margin: 20px 0;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}
a {
    color:blue;
    text-decoration: none;
}
nav {
    background-color: #1cbbb4;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.btn {
    display: inline-block;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.12), 0px 1px 3px rgba(0,0,0,0.26) !important;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1em;
    cursor: pointer;
}
#report_btn {
    background-color: #4285F5;
    color: white;
}
.btn>span {
    display: inline-block;
    padding: 0.5em 0.6em;
    line-height: 1em;
}
#settings_btn {
    background-color: #FFFFFF;
    color: #9E9EA6;
}
.col-md-8 {
    width: 65%;
}
.col-md-8, .col-md-4, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.media>.pull-left {
    margin-right: 10px;
}
.circ-wrapper 
{
	margin-left:10px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #0cbdaa;
    color: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-left {
    float: left!important;
}
.media-body {
    padding-left: 10px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body h2{
    text-transform: uppercase;   
    margin-top: 0;
}
.col-md-4 {
    width: 33%;
}
.box_style_1 {
    padding: 15px 25px 5px 25px;
    box-shadow: inset 0 0 0 1px #e0e5e9;
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
}
.box_style_1 h4 {
    border-bottom: 1px solid #eaeff3;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.panel-row
{
	margin:20px 0px;
}
.altmetric-source-row {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.altmetric-source-count {
    float: left;
    width: 38px;
    height: 30px;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
}
.altmetric-source-label {
    float: left;
    width: 180px;
    margin-top: 6px;
}.footer {   
    color: #8b8d72;
    padding: 12px;
    padding-left: 10px;
    margin-top: 0;
    margin-right: 19px;

    line-height: 20px;
    border-top: 1px solid #27a39e;
}