@charset "UTF-8";

a:link, a:active, a:hover, a:visited   {
	color:#000000;
}


tr:first-of-type td:first-of-type.status_value, #clock {
        display: none;
}

tr .status_value {
        text-align: right;
	font-size: 8px;
}

tr .status_key {
        display: none !important;
}

tr .blurb_key {
        display: none !important;
}

tr .blurb_value {
        display: none !important;
}

tr:nth-of-type(3) .blurb_value {
        color: black !important;
        font-size: 2em !important;
        display: table-cell !important;
}

div[class~=about_me]  table  tbody {
        display: block;
}

div[class~=about_me] tr:nth-of-type(1) {
        display: none;
}
div[class~=about_me] tr .key {
        text-align: right;
	font-size: 0.8em;
	width: 80% !important;
}

div[class~=about_me] tr .value {
	font-size: 0.8em;
	width: auto !important;
}

div[class~=about_me] tr:nth-last-of-type(2) {
        display: block;
}

div[class~=about_me] tr:nth-last-of-type(2) .key {
        display: none;
}

div[class~=about_me] tr:nth-last-of-type(2) .value {
	font-size: 1.2em;
}

div[class~=about_me] tr:last-of-type .key {
        text-align: left;
	font-size: 0.8em;
	width: auto !important;
}

div[class~=about_me] tr:last-of-type .value {
	width: 100% !important;
}

body {
	background-color: rgb(200,200,255);
        background-image: url('https://img.mfcimg.com/backgrounds/10976.jpg');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: bottom right;
}

.title {
        font-size: 4em !important;
}

body,td {
	color: #000000;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.container_padding {
	padding:	10px;
}

.container {
	border: 5px solid rgba(0,0,255,0.2);
	background-color: rgba(255,255,255,0.4);
	margin-top: 0cm;
}

.container_transparency {
	color: #000000;
	position:relative;
	padding: 5px;
	margin-top: 1cm;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	border: 5px solid rgba(255,255,255,0.6);
	border-radius: 10px;
}

.container .heading {
	padding: 5px;
	color: #ccffff;
	color: black;
	font-family: 'MS Comic Sans', 'Verdana';
	font-weight: bold;
	font-size: 42px;
        display: none;
}

.content {
	padding:5px;
}

.container div.heading:nth-of-type(2) {
	display: none;
}

div[style='height:350px;'] {
	height: 450px !important;
}

.gallery_content {
	display: none;
}

.gallery_image img {
	border: 7px solid black !important;
	border-radius: 15px;
	height: 120px;
	width: 120px;
}
	
#gallery {
}

#gallery  div  a {
	background-color: black;
	color: white;
	border: 2px solid white;
	border-radius: 3px;
	padding: 5px;
	margin-right: 1cm;
	text-decoration: none;
}

.wall_info {
	margin-top: 2em;
	margin-left: -1cm;
} 

.wall_body {
	margin-left: 2cm;
	margin-right: 5cm;
	background-color: rgba(100,100,255,0.2);
	border-radius: 10px;
	padding: 0.5cm 2cm 1cm 1cm;
	
}
.thumbnail {
	float: left;
	margin-right: 2cm;
	margin-top: 4em;
}

