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

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    vertical-align: baseline; 
    background: transparent; 
} 



body { 
    line-height: 1; 
} 
ol, ul { 
    list-style: none; 
} 
blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
} 

/* remember to define focus styles! */ 
:focus { 
    outline: 0; 
} 

/* remember to highlight inserts somehow! */ 
ins { 
    text-decoration: none; 
} 
del { 
    text-decoration: line-through; 
} 

/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}



img {border: 0px ;
margin:0;
}

table{
  border-collapse: collapse;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.css_table {
      display:table;
  }
.css_tr {
      display: table-row;
  }
.css_td {
      display: table-cell;
  }
.css_td_m {
      display: table-cell;
  }
.css_menu{
	height: 120px;  
	line-height:120px;
	width: 200px;   
	text-align:center;ã€€	
	background-color: #6699FF;     
	border: 2px dashed #003366;    
	margin: 20px;  
	float: left;
 }
.circle{
    width:100px;
    height:100px;
    background:#0cc;
    -webkit-clip-path:circle(50% at 50% 50%);
 } 
.boxcaption {
    
    float: left;
    position: absolute;
    background: #02aeff;
    height: 240px;
    width: 100%;
    opacity: 0.8;
    top: 150px;
    cursor: pointer;
    overflow: hidden;
}



.boxgrid1 {
	position: relative;
	background-size:100% 100%;
    border-radius: 8px;
	overflow: hidden;
    height: 250px;
    margin:10px 0px;
}

.gprofile {
    position: absolute;
    zoom: 1;
    z-index: 50;
    border-radius: 50%;
    border: 2px solid #0091d9;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
}

.ajs-message{
	 border-radius: 8px; 
	 color:#fff; 
}</pre></body></html>