h1,h2,h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}
.question-row {
	border-bottom: 1px solid lightgray;
	padding: 5px;
}
.logo-type {
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	font-size: 4em;
}
.wi-font {
	font-family: 'Josefin Sans', sans-serif;
}
.wired-type {
	color:darkslategray;
}
.ivy-type {
	font-weight:bold;
	color:green;
}
.wi-green-background {
	background-color: green;
}
.wi-lightgreen-background {
	background-color: lightgreen;
}
.question {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	/* margin: 40px 0px; */
}
.q-text {
	padding-bottom: 10px;
}
.answer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	padding: 10px 30px;
	border-bottom: 1px solid lightgreen;
	/* margin: 40px 0px; */

}

.page-header {
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
}
body {
   	/* font-size:1em; */
   	transition:all .5s ease-in-out;
   	-o-transition:all .5s ease-in-out;
   	-moz-transition:all .5s ease-in-out;
   	-webkit-transition:all .5s ease-in-out;
}




body {
	font-family: 'Josefin Sans', sans-serif;
}

.question-row {
	border-bottom: 1px solid lightgray;
	padding: 5px;
}
.logo-type {
	font-weight:bold;
	font-size: 4em;
}
.page-header {
-moz-border-radius: 15px;
border-radius: 15px;
text-align:center;
}
.pb-container {
	padding-right: 0px;
	min-height:800px;
	margin-top:60px;
}
.mail-container {
	background: white;
	min-height: 600px;
}
.mail-notify-row {
	height: 74px;
	color: white;
	background-color: #ff3333; /* PB Dark Red */
}
.mail-notify-headline {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 72px;
}
.mail-tools-row {
	/* height: 74px; */
}
.mail-row {
	border-top: 1px solid darkgreen; /* PB Blue */
	height: 104px;
	overflow: hidden;
	/* letter-spacing: -1px; */
	margin-bottom: 1px;
}
.mail-col-check {
	width: 3%;
	float: left;
}
.selected-bar {
	background: darkgreen;
	width:12px;
	height:200px;
}
.mail-col-avatar {
	width: 20%
	max-width: 88px;
	padding: 10px;
	float: left;
	margin-top: 12px;
}
.mail-col-info {
	width: 80%;
	float: left;
	margin-top: 14px;
}
.mail-info-time {
	font-size: 15px;
	color: #999999;
	margin-bottom: 7px;
}
.mail-info-name1 {
	font-size: 22px;
	color: black;
	font-weight: bold;
	margin-left: 10px;
}
.mail-info-name2 {
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin-left: 10px;
}
.mail-info-subject {
	font-size: 19px;
	color: #999999;
}

.mail-col-icons {
	float: right;
	padding: 5px;
}
.mail-col-icons img {
	float: left;
}
.icon-edit {
	position: relative;
	text-align: center;
	font-size: 24px;
	color: gray;
	float: left;
	width: 28px;
	height: 28px;
	margin: 20px 10px 10px 16px;
	background: white;
}
.icon-appointment {
	font-size: 30px;
	color: gray;
	float: left;
	width: 36px;
	height: 36px;
	margin: 20px 0px 10px 10px;
}
#icon-more {
	font-size: 30px;
	color: gray;
	float: left;
	width: 36px;
	height: 36px;
	margin: 20px 0px 10px 30px;
}
#search-form {
	margin:0px;
}
input[type="text"].round {
    width: 100%;
    border-radius: 15px;
    border: 1px #ddd solid;
    padding: 5px 5px 5px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #ddd;
}

input[type="submit"].corner {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    width: 20px;
    z-index: 10;
    border-radius: 10px;
    border: none;
    background: url(/ui/images/pynkbook/icon-search);
    background-repeat: no-repeat;
}

.search {
	position: relative;
	float: left;
	width: 85%;
	height: 24px;
	margin: 10px 10px 20px 10px;
}
.color-group0 { color: yellow; }
.color-group1 { color: blue; }
.color-group2 { color: purple; }
.color-group3 { color: green; }
.color-group4 { color: darkgreen; }
.color-group5 { color: orange; }
.color-group6 { color: darkgray; }
.color-group7 { color: magenta; }
.color-group8 { color: navy; }
.color-group9 { color: red; }
.user-group {
	position:absolute;
	font-size:44px;
	color:white;
	top: 5px;
	left: 7px;
}
.rounded-icon {
	width:58px;
	height:58px;
	border-radius:29px;

}

@media screen and (max-width:600px) {
  	.mail-col-info {
		width: 73%;
	}

  	.mail-info-time {
  		display:none;
  	}
}
@media screen and (max-width:400px) {
  	.mail-col-info {
		width: 90%;
		margin-top: 4px;
	}
  	.mail-col-avatar {
  		display:none;
  	}
}

.avatar-image {
	width:58px;
	height:58px;
	border-radius: 50%;
}

.avatar-image-small {
	width:36px;
	height:36px;
	border-radius: 50%;
}
