
body	   {
	font-family: 'Ubuntu', sans-serif;
	padding: 5px;
	/*text-align: left;*/
	width:95vw;
	max-width:900px;
	margin: auto auto;
	border: 12px solid #2B6B37;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	
	/*background-color:white; */
	}
.tblock {border-bottom: 6px solid #4c4d44;
}
.tblock2 {border-top: 6px solid #4c4d44;border-bottom: 6px solid #4c4d44;
}

.item {color: navy;}

input {/*background-color:#fffcbb;*/ font-size:1em; border:sold 1px grey;}

button { border-radius: 2em;
background-color:grey;
color:white;
}

	.qarrow {
			font-style:bold;
			text-decoration : none;
			font-size : 1.4em;
			line-height:0.8em;
			color : red;
		}
.nametext {color:#57584f;}

#addaccount {text-align:left;}
#addaccount input   {width:85%;	}	

.break-word {
  word-wrap: break-word;
  overflow:hidden;
}

li .title {background-color:grey;}

.ttext {font-size:0.6em;}

.t {color:red;}
.fn90 {font-size:0.9em;}
.fn80 {font-size:0.8em;}

.indaux {margin:5px; padding:5px; border:5px solid red; border-radius:10px;}


.menu-house-account {border: sold 2px grey;}

#cssmenu > ul > li:last-child > a, #cssmenu > ul > li.last > a {

    border-bottom: 1px solid grey;}
	
#cssmenu > ul > li.open > a {

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid grey;}
	
	
#cssmenu ul ul li a {
  
    border-bottom: 1px solid navy;
    border-left: 1px solid navy;
    border-right: 1px solid navy;    
    background: teal;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

