<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*MIHAI*/

.responsive_table, .responsive_table &gt; tbody, .responsive_table &gt; tr{

	width:100%;

	max-width:1140px;

}

table.responsive_table {
    table-layout: fixed;
}

#content table.responsive_table {

	margin-bottom:5px;

}



.responsive_table td, #content .responsive_table td {

	vertical-align: top;


}

.responsive_image {

	max-width:100%;

	display:block;

}



.gray_light_background {

	background-color: #f5f5f5;

}

.gray_medium_background {

	background-color: #efeff0;

}

.gray_dark_background {

	background-color: #e5e5e5;

}

.blue_light_background {

	background-color: #e0eef5;

}

.blue_gradient_background {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0eef5+45,ffffff+100 */

background: #e0eef5; /* Old browsers */

background: -moz-linear-gradient(top,  #e0eef5 45%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#e0eef5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e0eef5 45%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e0eef5 45%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e0eef5 45%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e0eef5 45%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eef5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.circle_container {

	display:table;

	margin-left:auto;

	margin-right:auto;

}

.circle {

  height: 250px;

  width: 250px;

  display: table-cell;

  text-align: center;

  vertical-align: middle;

  border-radius: 50%;

  background: #008bd2;

  padding:10px;

	/* width and height can be anything, as long as they're equal */

}



.important {

	background-color: #d4f2ff;

	padding:20px;

	margin-bottom:15px;

}

.responsive_imagine {

	width:100%;

}

.blue_text {

	color: #008bd2;

}

.dark_text {

	color: #444444;

}

.gray_box {

	background-color: #efeff0;

	padding:20px;

	margin-bottom:15px;

}



.email_icon {

	background-image: url(images/mail.png);

	background-position: left 2px;

	background-repeat: no-repeat;

	padding-left: 26px;

	min-height:22px;

	display:inline-block;

}



.map_icon {

	background-image: url(images/location.png);

	background-position: left center;

	background-repeat: no-repeat;

	padding-left: 24px;	

}

.login_icon {

	background-image: url(images/login.png);

	background-position: right center;

	background-repeat: no-repeat;

	padding-right: 28px;	

}

.container_front_page {
	margin-left:auto;
	margin-right:auto;
}



.left_border_box {

    border-left: 1px dotted #cccccc;

    padding-left: 14px;

}

.blue_box {

	background-color: #006600;

	color: #FFFFFF;

	padding:5px;

	color: #FFFFFF;

}

.entry-content .blue_box h1, 

.entry-content .blue_box h2,

.entry-content .blue_box h3,

.entry-content .blue_box h4,

.entry-content .blue_box h5,

.entry-content .blue_box h6,

.entry-content .blue_box p,

.entry-content .blue_box a

{

	color: #FFFFFF;

}

#content .entry-content .blue_box h1

{

	font-size:180%;

	font-weight:normal;

	line-height:normal;

}

#content .entry-content .white-text h1,
#content .entry-content .white-text h2,
#content .entry-content .white-text h3,
#content .entry-content .white-text h4,
#content .entry-content .white-text h5,
#content .entry-content .white-text p{
	color: #FFFFFF;	
}

#content .entry-content .white-text a:hover {
	color: #FFFFFF;	
}


#content .blue_underline {

	border-bottom: 5px solid #004ec6;

}

.continue_link {

	background-color: #4d4d4d;

	color: #FFFFFF;

	padding-left: 15px;

	padding-right: 15px;

	padding-top: 7px;

	padding-bottom: 7px;

	text-decoration: none;

	font-size:90%;

}

#content .entry-content a.continue_link, #content .entry-content a.continue_link:visited, #content .entry-content a.continue_link:active {

	text-decoration: none;

}



#content .middle_icon {

	float:left;

	margin-right:5px;

	margin-top:-5px;

	

}



@media screen and (max-width: 750px) {

	



	.responsive_table {

		display:block;

		min-width:100%;

		clear:both;

		float:none;



	}

	

	.responsive_table &gt; tbody &gt; tr &gt; td, .responsive_table &gt; tbody, .responsive_table &gt; tbody &gt; tr {

		display:block;

		margin-bottom:5px;

		clear:both;

		float:none;

		min-width:100%;

	}	

	

	.left_border_box {

   	 border-left: 1px none #cccccc;

   	 padding-left: 0;

	}



}</pre></body></html>