/*
  Theme Name: Crypto Coin
  Theme URI: https://renderdev.com
  Author: Render Web Development
  Author URI: http://renderdev.com
  Description: Crypto Coin
  Version: 0.0.1
  Requires: 4.9.1
  Tested: 4.9.1
 */

html.page-chart, .page-chart body {
	margin:     0 !important;
	padding:    0 !important;
	border:     0 !important;
	min-height: 100%;
}

html, html:after, html:before {
	box-sizing: border-box;
}

html *, html :after, html :before {
	box-sizing: inherit;
}

.page-chart #wpadminbar {
	position: static;
}

.page-chart body {
	height: 100vh;
}

.page-chart body,
.page-chart #page,
.tvWidgetContainer,
.tvWidgetContainer iframe {
	display:        flex;
	flex-direction: column;
	flex-grow:      1;
	width:          100%;
}

body {
	font-family: Arial, sans-serif;
}

.cc-svg, .cc-svg svg {
	display: inline-block;
}

.cc-svg svg {
	height: auto;
}