/* Any demo specific styling needed for this tutorial only */

#appLayout {
    height: 100%;
}
#leftCol {
    width: 14em;
}

#appLayout .mainHeading {
    margin: 0;
}

.claro .demoLayout .edgePanel {
    background-color: #d0e9fc;
}

#viewsChart {
	width: 550px; 
	height: 550px;
}
.topLink {
    position: absolute;
    top: 0;
    left: -200px;
}

/*****MAURO*****/
@media screen and (min-width: 436px) {
	#div_paciente {
		width: 50%;
		float: left;
	}
	#div_especialista {
		width: 50%;
		float: right;
	}
}
@media screen and (max-width: 435px) {
	#div_paciente {

	}
	#div_especialista {

	}
}
	