

body{
	margin: 0px;
	padding: 0px;
	max-width: 1465px;
}


img{
	margin: 0px;
	padding: 0px;
	page-break-after: always;
}


@media print 
{
	.noPrint{
    display:none;
  }
    @page {
      size: letter;
      margin: 10mm;
    }
    html, body {
    //    width: 210mm;
        /* height: 297mm; */
      //  height: 282mm;
    //    font-size: 11px;
      //  background: #FFF;
        overflow: visible;
    }
    body {
   //     padding-top: 15mm;
    }
}

.floating_message{
	opacity: 1;
	display: inline;
	position: fixed;
	width: 350px;
	height:100%;
	top:0px;
	right:0px;
	text-align: center;
	padding: 10px;
	background-color: rgba(229, 231, 238, 0.8);
	//opacity: .4; 
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;

	        overflow:scroll;
    overflow-x:hidden;
}

.suggestions{
	color: #666666;
	display: block;
}

.hidden{
	display:none;
}


.link{
	cursor: pointer;
}

.link:hover{
	color: #3238a8;
//	font-weight: bold;
background-color: #c5ccdb;
//	font-style: italic;
}

.portrait{
	width: 1060px;
  border-radius: 25px;
  border: 2px solid #000000;
  box-shadow: 2px 2px 4px #000000;
}

.postit{
	  position: absolute;
    left: 0px;
    top: 1050px;
}

.portrait_banner{
	 position: absolute;
    left: 0px;
    top: 90px;
    width: 1132px;
 	padding: 20px;
 //	margin: 50px;
	//border: 2px solid #000000;
}

.portrait_name{
	//line-height: 34%;
		color: #000000;
		color: #3238a8;
		font-family: bradley hand, cursive;
  	font-weight: bold;
  	font-size: 72px;	
}

.portrait_occupation{
	line-height: 34%;
		color: #000000;
		color: #3238a8;
		font-family: bradley hand, cursive;
  	font-weight: bold;
  	font-size: 48px;	
}

/*
.floating_message:hover{
	opacity: 1;
	display: inline;
	position: fixed;
	width: 380px;
	height:100%;
	top:0px;
	right:0px;
	text-align: center;
	padding: 10px;
	background-color: rgba(229, 231, 238, 0.8);
	//opacity: .4; 
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;
}
*/



/*


.column {
  float: left;
  width: 33.33%;
}
.column5 {
  float: left;
 // width: 20%;
}

.column-left {
  float: left;
  width: 50%;
}

.column-right {
  float: right;
  text-align: right;
  width: 50%;
}

/* Clear floats after the columns
.row {
  content: "";
  display: table;
  clear: both;
  width: 840px;
}

.box {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ede8d8;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 0px;
    width: 840px;
    margin-bottom: 20px;
}

.textbox{
	margin:10px;
}

.skill_table tr:nth-child(odd){
	background-color: #a4bda5;
}

.background_table{
	width: 100%;
}
.background_table tr:nth-child(odd){
	width: 100%;
	text-align: center;
	background-color: #a4bda5;
}

.background_box {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ede8d8;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.name{
	font-size: 48px;
}
.occupation{
	font-size: 24px;
	//text-align: center;
}

.attributes{
	font-size: 24px;
}
.attributes_value{
	font-size: 24px;
	margin-right: 20px;
}
.other_attributes{
	font-size: 17px;
}
.other_attributes_value{
	font-size: 17px;
	margin-right: 10px;
}
.submit-style {
	outline-color: #ede8d8;
	background-color: #a4bda5;
	text-align: center;
	margin: auto;
  	width: 100%;
  	border: 3px solid #FFFFFF;
  	padding: 10px;
}

.floating_message{
	display: none;
	position: fixed;
	width: 300px;
	height:100%;
	top:0px;
	right:0px;
	text-align: center;
	padding: 10px;
	background-color: rgba(220, 220, 220, 0.8);
	//opacity: .4; 
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;
}

.floating_message_overflow{
	height:67%;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

.floating_message_validate{
	display: none;
	position: fixed;
	width: 300px;
	height:400px;
	top:16px;
	left:16px;
	text-align: left;
	padding: 10px;
	background-color: rgba(256, 256, 256, 0.9);
	//opacity: .4; 
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;
}

.floating_button{
	display: inline;
	position: fixed;
	top:0px;
	left:0px;
}

.skillpoint_bar{
	text-align: left;
}

.list_element{
	text-align: right;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 6px;
	margin: 6px;
}
.list_element:hover{
	background-color: rgba(252, 244, 3, 0.3);
}

.attribute_points{
	border: 2px solid #000000;
	background-color:#3238a8;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	font-size: 24px;
	text-align: center;
}

.attribute_points_box{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color:#259e00;
	width:40px;
	font-size: 24px;
	text-align: center;
}

.attribute_descriptors{
	display: none;
}

.skill_descriptors{
	display: none;
}

.personal_descriptors{
	display: none;
}

.selected_button{
	background-color: rgba(50, 56, 168, 0.8);
	color: #FFFFFF;

}

.higher{
	color: #259e00;
}

.lower{
	color: #FF0000;
}


*/