#content_wrapper { 
    width: 1064px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
}

#content_wrapper:after{
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}

.c_graph_wrapper{
    width: 100%;
    max-width: 740px;
    float: right;
}

.c_graph_wrapper:after{
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}

.c_graph_label{
    font-size: 24px;
    font-family: 'ArnhemProBold', Georgia, serif;
    line-height: 1,15em;
    color: #4393ab;
    margin-bottom: 5px;
}

.c_graph_caption{
    font-size: 17px;
    font-family: 'ProximaNovaRegular', sans-serif;
    line-height: 1.15em;
    color: rgba(0,0,0,0.6);
}

.cryptografiek{
  width: 100%;
  background-color: #ffeadb;
  box-sizing: border-box;
  padding: 0px 15px 15px 5px;
  margin-top: 20px;
}
			
.axis {
	font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
	font-size: 14px;
}

.axis text{
    fill: rgba(0,0,0,0.5);
}

.axis path,
.axis line {
	fill: none;
	stroke: #000;
	stroke-width: 1;
}

.tick line{
	fill: none;
	stroke: #a89c91;
}

.line {
	fill:none;
	stroke: #4393ab;
	stroke-width: 3;
}

.area {
	fill: #4393ab;
	opacity: .3;
}

/* tekst */
.graphic_kop {
    font-family: 'ArnhemProBlond', Georgia, serif;
    font-size: 25px;
    color: #4393ab;
}

.graphic_intro {
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 19px;
}

.graphic_tussenkop {
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 19px;
}

.graphic_bold {
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 17px;
}

.graphic_tekst {
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 17px;
}

.graphic_credit {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    float: right;
}

/* loader */
#graphicLoader {
    height: 300px;
    width: 100%;
    padding-top: 150px;
}

.GRloader {
    border: 3px solid rgba(0,0,0,.1); /* Cirkel */
    border-top: 3px solid #756d67; /* Stukje */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin:auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* C U R R E N T  P R I C E S */
.fd_arrow {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-left: 15px solid #ffeadb; 
    position: absolute;
    top: 8px;
    right: -15px;
}

#f_arrow_01{
  display: block;
}

#f_arrow_02{
  top: 140px;
  display: none;
}

#f_arrow_03{
  top: 275px;
  display: none;
}

.fd_current_prices{
    width: 100%;
    max-width: 300px;
    float: left;
}

.fd_crypto_cont{
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: visible;
}

.fd_crypto{
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    font-family: 'ProximaNovaBold', sans-serif;
    line-height: 1.15em;
    background-color: #ffeadb;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
}

#g_BTC_top{
  float: left;
  margin-left: 20px;
  margin-bottom: 27px;
}

.fd_crypto:hover{
    background-color: rgba(0,0,0,0.04);
}

.fd_crypto_cont .fd_crypto:nth-of-type(6){
  margin-bottom: 0px;
}

.fd_crypto_label{
    color: #191919;
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.1);
}

.fd_crypto_info{
    padding: 10px 15px;
    position: relative;
}

.fd_currency{
    font-family: 'ProximaNovaRegular', sans-serif;
    padding-right: 10px;
}

.fd_percent{
    float: right;
}

.fd_percent_symbol{
    font-family: 'ProximaNovaRegular', sans-serif;
    padding-left: 5px;
    color: #191919;
}

.fd_source{
    width: 100%;
    font-size: 14px;
    font-family: 'ProximaNovaRegular', sans-serif;
    color: rgba(0,0,0,0.5);
    text-align: right;
    margin-top: 10px;
}

.fd_source a{
    color: inherit;
}

.fd6_pulse {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4393ab;
  box-shadow: 0 0 0 rgba(67,147,171, 0.7);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(67,147,171, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(67,147,171, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(67,147,171, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(67,147,171, 0.7);
    box-shadow: 0 0 0 0 rgba(67,147,171, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(67,147,171, 0);
      box-shadow: 0 0 0 10px rgba(67,147,171, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(67,147,171, 0);
      box-shadow: 0 0 0 0 rgba(67,147,171, 0);
  }
}


@media all and (max-width: 1070px) {
    #content_wrapper {width: 100%;}
    .cryptografiek{max-width: none;}
    .c_graph_wrapper{margin-bottom: 20px; max-width: none;}
    .fd_current_prices{max-width: none;}
    .fd_crypto_cont{display: flex; justify-content: space-between;}
    .fd_crypto{max-width: 32%;}
    .fd_arrow{display: none;}
    #f_arrow_01{display: none;}
    #g_BTC_top{margin-left: 0px; max-width: none;}
    .fd_crypto_cont .fd_crypto:nth-of-type(6){margin-bottom:20px !important;}
    .fd_source{margin-top: -15px !important;}
}

@media all and (max-width: 768px) {    
    .graphic_intro {font-size: 17px;}
    .fd_crypto_cont{display: block;}
    .fd_crypto{font-size: 17px; max-width: none;}
}

