@import url('https://fonts.googleapis.com/css?family=Quicksand');

body, html {
    margin: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}

h1, h2, h3 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 10px 0 0 0;
}

div.flow {
    display: inline-block;
}

div#wrap {
    margin: 10px;
}

div#header {
	margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#header div.header-navigation {
    padding: 10px 0;
}

div#header div.header-navigation *.header-navigation-component {
    background: #55EFCB;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-decoration: none;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

div#header div.header-navigation *.header-navigation-component.header-navigation-input {
    background: #FFF;
    border: 4px solid #55EFCB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    line-height: 20px;
    outline: none;
    padding: 10px;
}

div.blog-image, img.blog-image {
	background-size: cover;
	height: 125px;
	width: 125px;
}

div.pending-blogs {
}

div.pending-blogs div.pending-blog {
	background: #F7F7F7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
}

div.pending-blogs div.pending-blog div.blog-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 70px;
	margin-right: 10px;
	width: 70px;
}

div.pending-blogs button.blog-connect {
	background: #55EFCB;
	border: none;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	height: 30px;
	margin-top: 10px;
	outline: none;
}

div.dialog {
	height: 100%;
	overflow: auto;
	position: fixed;
	width: 100%;
	z-index: 1;
}

div.dialog:after {
	background: black;
	content: "";
	height: 100%;
	opacity: 0.2;
	position: fixed;
	width: 100%;
}

div.dialog div.popupContent {
	background: #FFF;
	left: 20px;
	margin: 40px auto;
	max-width: 350px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	right: 20px;
	z-index: 3;
}

div.dialog div.popupContent table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

div.dialog div.popupContent table td {
	padding: 0;
}

div.dialog div.popupContent button.gwt-Button {
	background: #55EFCB;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: 23px;
	margin-top: 10px;
	padding-top: 5px;
	outline: none;
	width: 100%;
}

h3.error {
	color: #F12B3D;
}

/*blog panel*/

div.blog-gain {
	background: #F45B69;
	color: #FFFFFF;
	padding: 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.blog-panel {
	display: inline-block;
	margin: 10px 10px 7px 10px;
	position: relative;
	width: 125px;
}

a.blog-image {
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 125px;
	width: 125px;
}

div.blog-header {
	text-align: center;
}

div.blog-header img.blog-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 128px;
	height: 128px;
}

div.blog-id {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
}

div.blog-data {

}

div.blog-charts {

}

div.blog-data div.rect-wrap {
	margin: auto;
	text-align: center;
	width: 150px;
}

div.blog-data div.rect-wrap div.rect {
	font-size: 2.5em;
	line-height: 2em;
	margin-top: 20px;
	text-align: center;
}

div.blog-data div.rect-wrap div.rect.followers {
	border-bottom: 10px solid #55EFCB;
	border-top: 10px solid #55EFCB;
}

div.blog-data div.rect-wrap div.rect.gain {
	border-bottom: 10px solid #F45B69;
	border-top: 10px solid #F45B69;
}

/*error-panel*/
table.error-panel {
	background: #F45B69;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	margin: 0 auto 20px auto;
	max-width: 400px;
	padding: 10px;
}

table.error-panel a.o-auth-anchor {
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #F45B69;
	display: block;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
}