body {
	margin: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e3042;
    position: relative;
}

a {
	text-decoration: none;
	color: inherit;
}

a.link, article > .body a, #main.event .event-info a, #main.event .sponsors .item p > a {
	color: #0099ff;
}

a > img {
	display: block;
    border: none;
}

#skin {
	overflow: hidden;
	text-align: center;
}

#skin > div {
	margin: 0 auto;
    position: relative;
}

#skin > div img {
	display: inline;
}

#skin > div img + div {
    position: absolute;
    top: 0;
}


table {
    border-collapse: collapse;
}

figure {
    margin: 0;
}

input[type="submit"], input[type="button"] {
    -webkit-appearance: none;  
    -webkit-border-radius: 0px;
}

#content > .advert, #content > .promo {
    display: block;
    margin: 7px 0 10px;
}

#content > .advert + .promo {
    margin-top: -3px;
}

.advert > .tag {
    display: none;
}

.advert > .global_text {
	position:relative;
	margin-top:20px;
	margin-bottom:15px;
    padding-top:15px;
    border-top:1px dashed #222;
    color:#0e3042;
    font-size:1em;
    line-height:1.4em;
}
.advert > .global_text a {
	color:#00CEE2;	
}

.advert > div, .promo > div {
    overflow: hidden;
}

.advert > div.double:hover, .promo > div.double:hover {
    direction: rtl;
}

.advert + .promo {
    display: none;
}

.clearfix {
    display: block !important;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.right {
	float: right !important;
}

h1, h2.article-type {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
	z-index:4000;
}

hr {
    border: medium none;
    color: #333333;
    font-weight: bold;
    height: 1px;
    margin: 15px 0;
    position: relative;
    width: 100%;
}

hr:before {
    content: attr(data-value);
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    position: absolute;
    text-align: center;
    top: -8px;
    z-index: 1;
}

hr:after {
    content: "";
    border-top: 1px solid #000000;
    position: absolute;
    width: 100%;
}

.triangle {
    overflow: hidden;
    position: absolute;
}

.triangle:after {
    content: "";
	border-width: 1px;
	border-style: solid;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    position: absolute;
}

.comment_count {
	background-color: #00CEE2;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	border-radius: 6px;
	padding: 1px 5px 2px;
	min-width: 12px;
	position: relative;
    font-weight: bold;
}

.comment_count .triangle {
	display: block !important;
	height: 6px;
	width: 10px;
	bottom: -5px;
	left: 8px;
}

.comment_count .triangle:after {
    background-color: #00CEE2;
    border-color: #00CEE2;
	height: 10px;
	width: 10px;
	bottom: 0;
	left: -8px;
}

.panel {
	background-color: #F1F1F1;
	padding: 10px;
}

.events.panel {
	padding: 0;
}

.events.panel a {
	display: inline-block;
	margin: 10px;
}

.jobs.module .vacancy {
	display: block;
	margin: 5px 0;
}

.jobs.module .vacancy .role {
	font-weight: bold;
	color: #314A60;
	font-size: 14px;
    line-height: 17px;
}

.jobs.module .vacancy .location {
	color: #999;
	font-weight: bold;
	font-size: 11px;
}

.jobs.module .overlay-link {
	border: 1px solid #FFF;
}

.jobs.module .buttons {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
}

.jobs.module .buttons a {
	display: inline-block;
	border: 1px solid #CCC;
	color: #333;
	padding: 5px 10px;
	margin: 3px;
	background-color: #FFF;
}

.jobs.module .buttons a:hover {
	border-color: #999;
}

#sidebar .jobs.module .advert, #sidebar .jobs.module .promo {
    margin-right: 15px;
}

#sidebar .jobs.module .advert:nth-child(even), #sidebar .jobs.module .promo:nth-child(even) {
    margin-right: 0;
}

.overlay-link {
	position: relative;
	display: inline-block;
	margin: 1px 9px 13px 1px;
	overflow: hidden;
	height: 100px;
	width: 140px;
}

.overlay-link:nth-of-type(even) {
	margin-right: 0;
}

.overlay-link .overlay {
	position: absolute;
	left: 0;
	width: 130px;
	height: 90px;
	color: #1C1C1C;
	font-size: 12px;
	padding: 5px;
	top: 100px;
	
	transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	-webkit-transition: top 0.2s ease-in-out;
}

.overlay-link img {
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.overlay-link .overlay .name {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-bottom: 3px;
}

.overlay-link .overlay .description {
	padding-top: 5px;
	font-size: 11px;
}

.overlay-link .overlay .link {
	display: none;
}

.events.module table {
	color: #666;
	width: 328px;
}

#sidebar .events.module table {
	width: auto;
	float: left;
}

#sidebar .events.module .promo {
    display: block;
    margin: 0 auto 10px;
}

.events.module table tr:nth-of-type(odd) {
	background-color: #F1F1F1;
}

.events.module table tr td  {
	font-size: 11px;
	line-height: 14px;
	padding: 3px;
	white-space: nowrap;
}

.events.module table tr td:first-of-type {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	white-space: normal;
}

.events.module table tr td a {
	display: block;
}

#sidebar .latest.comments.module .item {
    padding-bottom: 25px;
    width: 100% !important;
}

#sidebar .latest.comments.module .item .strap {
    font-size: 12px;
    color: #666;
    margin: 2px 0 5px;
}

#sidebar .latest.comments.module .item .image {
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#sidebar .latest.comments.module .qualifier
 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    text-transform: none !important;
}
    
#sidebar .latest.comments.module h2 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 10px !important;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 10px;
}

#sidebar .latest.module .item .image img {
    max-width: 40px;
}

.qualifier {
	color: #00CEE2;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
    display: block;
}

.videos.module .item .image {
	position: relative !important;
    overflow: hidden;
    width: 145px;
    height: 81px;
}

#sidebar .videos.module .item .image {
    width: 140px;
    height: 78px;
}

.videos.module .item .image img {
    margin-top: -14px;
    width: 100%;
}

#sidebar .module .more, .videos.module .more {
	left: 2px;
	right: 2px;
	border: 1px solid #FFF;
	background-color: #F1F1F1;
}

#sidebar .videos.module .item.item-medium {
    width: 140px;
}

#sidebar .module .more a, .videos.module .more a {
	color: #333;
	font-family: inherit;
	text-transform: inherit;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 9px;
	text-align: right;
}

#sidebar .module .more a:after, .videos.module .more a:after {
	background: none;
	content: '\00BB';
	margin: 3px 10px;
}

.user-box {
	right: 0;
	background-color: #FFF;
	z-index: 500;
	font-weight: normal;
}

.user-area > * {
	font-weight: bold;
	color: #999;
	display: inline-block;
	line-height: 14px;
	vertical-align: middle;
	position: relative;
}

.user-area > a.profile .image {
	display: inline-block;
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #F2F2F2;
	height: 30px;
	width: 30px;
	overflow: hidden;
}

.user-area > .profile .image img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.user-box p {
	font-size: 12px;
	margin: 0 0 5px;
}

.user-box.login p.forgot-pass {
	text-align: right;
}

.user-box.login p.forgot-pass a {
    color: #3399FF;
    display: inline-block;
    font-size: 9px;
    margin: 3px 0 0;
}

.user-box .form {
	margin-top: 0;
}

.user-box .form input[type='submit'] {
	background-color: #00CEE2;
	color: #FFF;
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 2px;
	font-weight: bold;
	margin-top: 5px;
}

.user-box .form li {
	text-align: center;
	white-space: nowrap;
}

.user-box.login .third-party {
	text-align: center;
}

.user-box.login .third-party a {
	display: inline-block;
	margin: 0 10px 10px;
    vertical-align: middle;
}

.user-box.login .forgot-pass.form {
	display: none;
}

.user-box.profile {
	min-width: 290px;
}

.user-box.profile .image {
	height: 80px;
	max-width: 80px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
    overflow: hidden;
}

.user-box.profile .summary .name {
	color: #000;
}

.user-box.profile .summary .email {
	margin: 3px 0 15px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-box.profile .summary a {
	color: #00CEE2;
	display: block;
    margin-bottom: 6px;
}

.user-box.profile .summary a:after {
	content: '\00BB'; /* &raquo; / » */
	margin-left: 5px;
}

.user-box.profile p {
	clear: left;
	text-align: right;
	width: 260px;
}

.user-box.profile p.pgbn-member {
	margin-top: 15px;
}

.user-box.profile p.pgbn-member:after, #main.user-profile .form li span + span.attached:before {
	background: url("http://imgs.thevirtualreport.biz/signup_tick-alert-cross-31x31.png") no-repeat;
	background-size: 60px 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    margin-top: -4px;
    width: 20px;
}

.user-box.profile p.pgbn-member:after {
	content: '';
}

.user-box.profile p.pgbn-member.no:after {
	background-position: right;
}

.user-box.profile p.pgbn-member.pending:after {
	background-position: center;
}

.user-box.profile p.pgbn-balanace strong {
	font-size: 14px;
	font-weight: normal;
	color: #00CEE2;
}

.user-box.profile .logout {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #CCC;
}

.form {
	margin-top: 10px;
}

.form ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #F1F1F1;
	display: block;
}

.form ul + ul {
	padding-top: 0;
}

.form li {
	margin-bottom: 3px;
}

.form li:last-of-type {
    margin-bottom: 0;
}

.form li > span {
	display: inline-block;
	text-align: right;
	width: 160px;
	position: relative;
	margin-right: 20px;
	color: #000;
	vertical-align: middle;
}

.form .article-content li > span {
    position: static;
}

.form li > span.top {
	vertical-align: top;
	margin-top: 2px;
}

.form li > span.left {
	text-align: left;
}

.form li > span.select {
	margin-top: 2px;
}

.form li > span + span {
	margin-right: 0;
	margin-top: 0;
	border: 1px solid #DEDEDE;
	padding: 5px 4px;
	text-align: left;
	background-color: #FFF;
	cursor: text;
}

.form li > span > span {
	position: absolute;
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	right: 0;
	bottom: -8px;
}

.form .group {
	display: inline-block;
}

.form .group label {
	width: 130px;
	display: inline-block;
}

.form .ticket-price.group label:first-of-type {
	margin-left: 44px;
}

.form .ticket-price.group label {
	width: auto;
	margin-right: 28px;
}

.form li > span, .form input, .form option, .form textarea, .form label {
	font-size: 13px;
}

.form label.tandc {
	display: block !important;
	text-align: center;
	font-size: 10px;
    line-height: 10px;
}

.form label.tandc a {
	color: #00CEE2;
}

.form ul.uploads {
    display: block;
	text-align: right;
}

.form li.endgroup {
	margin-bottom: 20px;
}

.form li > span + input[type='text'], 
.form li > span + input[type='password'], 
.form li > span + input[type='email'], 
.form li > span + select, 
.form li > span + textarea, 
.form li > span + .group {
    margin-left: 0 !important;
}

.form li.no-label {
    padding-left: 5px;
}

.form form.fileupload {
	position: relative;
	width: 215px;
	display: inline-block;
}

.form form.fileupload .preview {
	height: 140px;
	margin-bottom: 10px;
	background: #CCCCCC no-repeat center / cover;
	position: relative;
}

.form form.fileupload .preview:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center / contain;
}

.form form.fileupload.loading .preview:after {
	background-image: url("http://imgs.thevirtualreport.biz/fileupload-loading.gif");
}

.form form.fileupload strong, .form form.fileupload a, .form form.fileupload span {
	display: block;
}

.form form.fileupload strong, .form form.fileupload span {
	margin-right: 55px;
}

.form form.fileupload strong {
	margin-bottom: 3px;
}

.form form.fileupload a {
	height: 35px;
	width: 35px;
	color: #FFF;
	position: absolute;
    font-size: 22px;
	margin-top: -20px;
	right: 10px;
	z-index: 20;
}

.form form.fileupload a:after {
	content: '';
    left: 50%;
    line-height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.form form.fileupload a.uploaded {
	background-color: #67CC66;
}

.form form.fileupload a.uploaded:after {
	content: '\2714'; /* ✔ */
    margin-left: -8px;
    transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
}

.form form.fileupload a.add {
	background-color: #669AFF;
}

.form form.fileupload a.add:after {
	content: '\002B'; /* + */
    margin-left: -6px;
}

.form form.fileupload a.remove {
	background-color: #FF7F7F;
}

.form form.fileupload a.remove:after {
	content: '\002D'; /* - */
    margin-left: -3px;
	margin-top: -12px;
}

.form form.fileupload span {
	font-size: 11px;
	line-height: 12px;
	color: #999;
}

.form input[type='submit'], .form input[type='button'] {
	width: auto;
	border: none;
	padding: 0;
    margin-left: 0;
}

.form input[type='checkbox'], .form input[type='radio'] {
	margin: 3px;
}

.form input, .form textarea {
	padding: 5px 3px;
	border: 1px solid #DEDEDE;
}

.form input[type='file'] {
	border: none;
}

.form select {
	padding: 2px;
	border: 1px solid #DEDEDE;
	vertical-align: middle;
}

.form input {
	width: 300px;
	vertical-align: middle;
}

.form li > span + span {
	width: 298px;
}

.form textarea {
	resize: vertical;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	margin 0;
}

.form input.wide, .form textarea {
	width: 350px;
}

.form li > span + span.wide {
	width: 348px;
}

.form li > span + span.medium {
	width: 248px;
}

.form input.small {
	width: 70px;
}

.form li > span + span.small {
	width: 68px;
}

.form label input {
	width: auto;
}

.form .submit input, .submit-button {
	color: #FFF !important;
	background-color: #3598DC;
	padding: 10px 0 !important;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
    margin: 0;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.form .submit, .form .submit input, .submit-button {
	border-radius: 8px;
}

.form .submit, .submit-button {
	margin: 20px auto !important;
	width: 235px;
	display: block !important;
    box-shadow: 0 5px 0 #213579;
}

.submit-button.disabled {
}

.submit-button.disabled, .form .submit.disabled {
    box-shadow: 0 5px 0 #666;
    cursor: not-allowed;
}

.submit-button.disabled, .form .submit.disabled input {
    background-color: #BBB;
}

.form .submit {
    overflow: hidden;
}

.form .submit input, .profile-forms.form .submit input {
    width: 100% !important;
}

.form .fileupload {
	margin-left: 6px;
}

.form .fileupload .file {
	position: absolute;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

.form section {
	margin-bottom: 20px;
}

.form section h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 6px;
	overflow: hidden;
	position: relative;
	color: #336699;
}

.form section h3:after {
	content: '';
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 12px;
	margin-left: 5px;
	background: url("http://imgs.thevirtualreport.biz/pgbiz_diagonal_lines_12x12.png");
}

.module .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
    width: 100%;
}

.module .item h2 {
	color: #0e3042;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

article {
	color: #0e3042;
	letter-spacing: 0.2px;
}

article h1 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 25px;
}

h2.article-type {
	color: #00CEE2;
    display: inline-block;
}

article time {
	font-size: 11px;
	color: #999;
}

article .byline {
	margin-top: 3px;
	font-size: 14px;
	border-bottom: 2px solid #CCC;
	padding-bottom: 15px;
}

figure {
    margin: 20px 0;
    position: relative;
}

figure > * {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

figure figcaption {
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 10px;
    line-height: 14px;
    background-color: #F1F1F1;
    margin-top: 3px;
}

article > .body strong em {
    color: inherit;
    font-style: italic;
}

article > .body br, #main.event .event-info .description, .comment .content br {
	display: block;
	margin: 0 0 4px;
}

article > .body p {
	margin: 0 0 8px;
}

article > .body p:first-of-type {
	/*font-weight: bold;*/
}

article > .body h2 {
	margin: 0 0 5px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

article > .body .boxout, article > .body .callout, ul.entries li > .description .boxout {
	float: right;
	clear: right;
	margin: 4px -145px 10px 50px;
	width: 230px;
	border-top: 10px solid #00CEE2;
	border-bottom: 5px solid #CCC;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
ul.entries li > .description .boxout {
	margin-right: -185px;
}

article > .body .boxout p, article > .body .callout p, ul.entries li > .description .boxout p {
    margin: 5px 0;
}

article > .body .boxout p strong, article > .body .callout p strong, ul.entries li > .description .boxout p strong {
}

article > .body .boxout blockquote, ul.entries li > .description .boxout blockquote {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 29px;
	line-height: 35px;
}

article > .body .boxout blockquote:before, article > .body .boxout blockquote:after, ul.entries li > .description .boxout blockquote:before, ul.entries li > .description .boxout blockquote:after {
	content: '"';
}

article > .body .boxout cite, ul.entries li > .description .boxout cite {
	font-style: normal;
	color: #00CEE2;
	text-transform: uppercase;
	font-size: 17px;
}

.social-links {
	position:relative;
	margin: 10px 0;
    white-space: nowrap;
    z-index:5000;
}

.social-links > div {
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}

.social-links > .facebook {
	min-width: 100px;
}

.social-links > .twitter {
	width: 100px;
}

.social-links > .google {
	width: 80px;
	overflow:hidden;
}

.author-details {
	border-top: 1px solid #CECECE;
}

.author-details .social-links {
	margin: 0;
}

.author-details .image {
	float: left;
    max-width: 60px;
    max-height: 60px;
	border-width: 1px;
	padding: 4px;
	border: 1px solid #CCC;
}

.author-details .image a {
}

.author-details .image a img {
    width: 100%;
}

.author-details .author {
	font-size: 15px;
	line-height: 15px;
}

.author-details .author .link {
    display: block;
}

.author-details .author, .author-details .author-role, .author-details p {
    margin: 4px 0 6px 80px;
}

.author-details .author-role, .author-details p {
	font-size: 11px;
}

.comments .user-box {
}

.comments .user-box, .comments .user-box .form ul, .comments .user-box hr:before {
	background-color: #F1F1F1;
}

.comments .user-box .form ul {
	padding-bottom: 0;
}

.comments.module .login-prompt h1 {
	font-size: 18px;
}

.comments.module .login-prompt h1:after {
	background: none;
}

.module h1 span {
	font-size: 12px;
}

.module h1 span a {
	color: #00CEE2;
}

.comments.module h1 {
	margin-bottom: 0;
}

.comments.module .container {
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 5px;
}

.comments.module .total {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 18px;
	color: #333;
}

.comments.module .image, .comments.module .main {
	display: table-cell;
	vertical-align: top;
}

.comments.module .image {
	padding-top: 1px;
}

.comments.module .image div {
	overflow: hidden;
}

.comments.module .image div img {
	display: block;
	width: 100%;
}

.comments.module .comment {
	position: relative;
	margin-top: 5px;
}

.comments.module .comment.level-0 {
	background-color: #F1F1F1;
	padding-bottom: 5px;
	z-index: 1;
}

.comments.module .comment.level-0 > .main {
	border: none;
	padding: 0;
	background: none;
}

.comments.module .comment.level-0 > .image {
	padding-right: 10px;
}

.comments.module .submission > .main .controls {
	float: none;
	margin-top: 5px;
}

.comments.module .comment.level-1 {
}

.comments.module .comment.level-1 > .main {
	background-color: #FFF;
	border: 1px solid #CDCDCD;
}

.comments.module .comment.level-1 > .image {
}

.comments.module .comment.level-1 .comment {
	margin-left: 25px;
}

.comments.module .main {
	width: 100%;
	border: 1px solid #E4E4E4;
	padding: 10px;
	background-color: #F5F5F5;
}

.comments.module .main > div {
	position: relative;
    padding-bottom: 5px;
}

.comments.module .name {
	display: none;
	color: #00CEE2;
	font-family: Oswald, Arial, Helvetica, sans-serif;
}

.comments.module .main > div > .name {
	display: block;
}

.comments.module .name span {
	color: #999;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.comments.module time {
	color: #999;
	font-size: 10px;
    display: inline-block;
}

.comments.module .mod-options {
	float: right;
}

.comments.module .main textarea {
	resize: vertical;
	font-family: inherit;
	border: 1px solid #CCC;
	font-size: 13px;
	width: 98%;
	padding: 1%;
	margin-top: 5px;
	height: 100px;
}

.comments.module .filter {
	position: relative;
	margin-top: 20px;
	text-align: right;
	color: #666;
	font-size: 12px;
	line-height: 12px;
}

.comments.module .filter > a {
	display: inline-block;
	background: url("http://imgs.thevirtualreport.biz/pgbiz_icon_filter_16x15.png") no-repeat right top;
	padding-right: 20px;
	padding-top: 4px;
	color: inherit !important;
}

.comments.module .filter a:after {
	content: '';
}

.comments.module .filter .options {
	display: none;
	position: absolute;
	right: -11px;
    top: 21px;
	background-color: #FFF;
	z-index: 1;
	border: 1px solid #CCC;
    text-align: left;
    box-shadow: 0 15px 15px -15px #000000;
    font-size: 11px;
}

.comments.module .filter .options.on {
	display: block;
}

.comments.module .filter .options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments.module .filter .options ul li.sep {
    height: 0px;
    border-bottom: 1px solid #CCC;
    margin: 4px 8px;
    padding: 0;
}

.comments.module .filter .options ul li {
	padding: 8px 35px 8px 8px;
	cursor: pointer;
    position: relative;
}

.comments.module .filter .options ul li:hover {
    background-color: #F1F1F1;
}

.comments.module .filter .options ul li:after {
    display: none;
    content: '';
    position: absolute;
    right: 10px;
    top: 4px;
    background: no-repeat url("http://imgs.thevirtualreport.biz/signup_tick-alert-cross-31x31.png") left center / 48px 16px;
    height: 16px;
    width: 16px;
}

.comments.module .filter .options ul li.on:after {
    display: block;
}

.comments.module .filter .options ul li.off:after {
    display: block;
    background-position: right;
}

.comments.module .filter:before {
	content: '';
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 10px 20px #333;
    height: 30px;
    left: 3%;
    position: absolute;
    width: 94%;
	top: -55px;
}

.comments.module .main .content {
	color: #333;
	margin: 5px 0;
}

#main.user-profile .tab-your-comments td.body .warning,
.comments.module .main .content .warning {
    background-color: #FFFF99;
    border: 1px solid #CCCC66;
    padding: 5px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #333;
}
	
.comments.module .main .controls {
	float: right;
	font-size: 12px;
}

.comments.module .main .controls .rate {
}

.comments.module .main .controls .rate a {
	padding: 3px 5px;
	font-weight: bold;
}

.comments.module .main .controls .rate a.positive {
	color: #009900;
	margin-right: 2px;
}

.comments.module .main .controls .rate a.negative {
	color: #DD0000;
}

.comments.module .main .controls .rate a.negative:after,
.comments.module .main .controls .rate a.positive:before {
	content: '';
	height: 7px;
	width: 9px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
}

.comments.module .main .controls .rate a.positive:before {
	background-image: url("http://imgs.thevirtualreport.biz/rate-up.png");
	margin-right: 5px;
}

.comments.module .main .controls .rate a.negative:after {
	background-image: url("http://imgs.thevirtualreport.biz/rate-down.png");
	margin-left: 5px;
}

.comments.module .main .controls a.report {
	font-size: 10px;
	color: #999;
	text-align: right;
	display: block;
}

.comments.module .main .controls .rate a,
.comments.module .main .controls a.reply {
	display: inline-block;
	border: 1px solid #FFF;
	box-shadow: 0 0 1px #666;
	border-radius: 2px;

	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 );
}

.comments.module .main .controls a.reply {
	position: absolute;
	right: 0;
	bottom: 1px;
	color: #1F5C7B !important;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

.comments.module .main .controls a.reply:before {
	content: '';
	width: 12px;
	height: 10px;
	display: inline-block;
	background: url("http://imgs.thevirtualreport.biz/reply.png") no-repeat center;
	vertical-align: middle;
}

.comments.module .main label {
	color: #999;
}

.comments.module .main label input {
	vertical-align: middle;
}

.comments.module .main .submit {
	background-color: #3399FF;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	float: right;
	border: none;
	height: 20px;
	padding-bottom: 2px;
}

.person.module {
    border-top: 1px solid #666;
    padding-top: 5px;
}
/*
.person.module .people > div > div > span {
    line-height: 15px;
}
*/
.person.module .people > div > div > .name {
    line-height: inherit;
}

.person.details.module .people {
    float: none;
}

.person.summary.module .people.reveal {
    display: none;
}

.person.details.module .people > div > a img {
    width: 50px;
    height: 50px;
}

.person.details.module .people > div > div {
    background: none;
    border-radius: 0;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
    opacity: 1;
    box-shadow: none;
    visibility: visible;
    left: auto;
    vertical-align: top;
    display: inline-block;
    width: 407px;
    line-height: 16px;
}

.person.details.module .people > div > div > span {
    display: inline;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.person.details.module .people .triangle,
.person.details.module .people .body {
    display: none;
}

.person.details.module .people .name {
    color: #333;
    font-size: 16px;
    margin: 5px 5px 5px 0;
    font-weight: bold;
    display: block;
}

.person.details.module .people .role {
    text-transform: none;
}

.person.details.module .people .role + .company {
    margin-left: -4px;
}

.person.details.module .people .role + .company:before {
    content: ' at ';
    margin-left: 4px;
}

/*
.person.details.module .people .body {
    font-size: 12px;
    line-height: 15px;
    display: block;
}

.person.details.module .people .body p {
    margin: 0 0 3px;
}
*/
.module .people > div > a {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.module .people > div > a img {
	height: 35px;
	width: 35px;
}

.module .people.reveal a {
    background-color: #F1F1F1;
    color: #999;
    text-align: center;
    font-size: 16px;
    height: 29px;
    width: 35px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
}

.regular-banner {
	position: relative;
	min-height: 80px;
	padding: 10px;
	overflow: hidden;
	background-color: #00CEE2;
	background-position: top right;
	background-repeat: no-repeat;
}

.regular-banner h1 {
	color: #FFF;
	font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
	font-size: 28px;
	line-height: 35px;
	margin: 0;
	text-transform: none;
	font-weight: lighter;
}

.regular-banner p {
	position: absolute;
	bottom: 10px;
	color: #000;
	margin: 0;
	font-size: 12px;
}

.regular-banner img {
	position: absolute;
	top: 0;
	right: 0;
}

#main.focal-point .regular-banner {
	background-color: #00CEE2;
	background-image: url("http://imgs.thevirtualreport.biz/reg_hdr_mavens_130x100.png");
}

#main.chart-of-the-week .regular-banner {
	background-color: #0198CD;
}

#main.hot-five .regular-banner {
	background-color: #CD669B;
}

#main.monetizer .regular-banner {
	background-color: #339A99;
}

#main.stateside .regular-banner {
}

#main.vr-visionaries .regular-banner {
	background-image: url("http://imgs.thevirtualreport.biz/tvr-sect-hdr-vr-visionaries-616x.jpg");
}

#main.the-charticle .regular-banner {
}

#main.week-that-was .regular-banner {
}

.module.regular-feature {
	margin-top: 1px;
	border: 5px solid #3d4557;
	padding: 5px 10px;
	
	background: rgb(73,89,105);
	background: -moz-linear-gradient(top,  rgba(73,89,105,1) 0%, rgba(61,69,87,1) 75%, rgba(61,69,87,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,89,105,1)), color-stop(75%,rgba(61,69,87,1)), color-stop(100%,rgba(61,69,87,1)));
	background: -webkit-linear-gradient(top,  rgba(73,89,105,1) 0%,rgba(61,69,87,1) 75%,rgba(61,69,87,1) 100%);
	background: -o-linear-gradient(top,  rgba(73,89,105,1) 0%,rgba(61,69,87,1) 75%,rgba(61,69,87,1) 100%);
	background: -ms-linear-gradient(top,  rgba(73,89,105,1) 0%,rgba(61,69,87,1) 75%,rgba(61,69,87,1) 100%);
	background: linear-gradient(to bottom,  rgba(73,89,105,1) 0%,rgba(61,69,87,1) 75%,rgba(61,69,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495969', endColorstr='#3d4557',GradientType=0 );
}

.module.regular-feature .item.item-list {
	float: none;
	padding: 15px 0 0;
	border-top: none;
}

#main.vr-visionaries.regular .module.regular-feature .item.item-list {
	border-top: none;
}

.module.regular-feature h1 {
	color: #00CEE2;
}

.module.regular-feature h1:after {
	display: none;
}

.module.regular-feature .item h2,
.module.regular-feature .item p {
	color: #FFF !important;
}

.module.regular-feature .item .date {
	position: absolute;
	left: 0;
}

.module .item .event.image, .module .item .job.image {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.module .item .job.image a {
    display: block;
    height: 100%;
    width: 100%;
}

#main.event > p.missing, #main.events > p.missing {
	background: url("http://imgs.thevirtualreport.biz/pgbiz_diagonal_lines_12x12.png") repeat-x top;
	padding-top: 25px;
	color: #888;
	font-weight: bold;
	text-align: right;
}

#main.event > p.missing a, #main.events > p.missing a {
	color: #00CEE2;
	font-weight: normal;
}

.ui-autocomplete { 
	max-height: 200px;
	overflow-y: auto; 
}

* html .ui-autocomplete { 
	height: 200px; 
}

.form li > span.ui-helper-hidden-accessible {
	display: none;
}

#main.directory .form ul.letters {
    text-align: center;
}

#main.directory .form ul.letters li {
    display: inline-block;
    color: #00CEE2;
}

#main.directory .form ul.letters li.on {
    color: #000;
}

#main.directory .form ul.letters li.on a {
    cursor: text;
}

#main.directory .form ul.letters li a {
    padding: 4px;
}

table.deals {
    width: 100%;
	border-collapse: collapse
}

table.deals tr {
}

table.deals tr:nth-child(4n+4), table.deals tr:nth-child(4n+5) {
    background-color: #F8F8F8;
}

table.deals th {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    background-color: #CCC;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
    border-right: 4px solid #FFF;
}

table.deals th:first-of-type {
    padding-left: 20px;
}

table.deals th:last-of-type {
    border-width: 0;
}

.module table.deals td {
    font-size: 12px !important;
    vertical-align: top;
    padding: 10px 4px 10px 12px;
}

table.deals td.date {
}

table.deals td.type {
    text-transform: uppercase;
    font-weight: bold;
}

table.deals tr.item {
    display: table-row;
    position: inherit;
}

table.deals tr:nth-child(2n+3) {
    border-bottom: 1px solid #E1E1E1;
    color: #888;
}

table.deals td.date, table.deals tr:nth-child(2n+3) td {
    padding-left: 10px;
}

table.deals tr:nth-child(2n+3) td {
    padding-top: 0;
}

#main.deal table.deals tr:nth-child(2n) td:first-of-type {
    padding: 0;
    width: 10px;
}

#main.deal table.deals tr:nth-child(2n) td:first-of-type a {
    width: 10px;
}

.deals .investment {
    background-color: #D25072 !important;
}

.deals .acquisition {
    background-color: #0C76C4 !important;
}

.deals .merger {
    background-color: #169E88 !important;
}

.deals .other {
    background-color: #DB5A33 !important;
}

.deals .license {
    background-color: #D3A826 !important;
}

.deals .partnership {
    background-color: #9966CC !important;
}

table.deals td.companies a {
    color: #00CEE2;
    display: inline-block;
}

table.deals td.amount span {
    color: #AAA;
}

table.deals th a, table.deals td a {
    display: block;
    position: relative;
}

table.deals th a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    background: url('http://imgs.thevirtualreport.biz/pgbiz_arrow_right_white_14x19.png') no-repeat;
    width: 14px;
    height: 19px;
    display: none;
}

table.deals th a.asc:after, table.deals th a.desc:after {
    display: block;
}

table.deals th a.desc:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


table.deals th a.asc:after {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

article table.deals {
    border: 1px solid #CCC;
}

article table.deals th, article table.deals th:first-of-type {
    background: none;
    border: none;
    padding: 5px 5px 0;
}

article table.deals td.companies {
    white-space: normal;
}

article table.deals th:first-of-type {
}

article .module table.deals td {
    padding: 5px;
}

article table.deals th {
    font-size: 14px;
}

.module .item .territory, .module .item .source {
	font-size: 10px;
	line-height: 10px;
    font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding: 4px 5px 5px;
	border-radius: 2px;
    margin-top: -1px;
}

.module .item .territory.as {
	background-color: #CC0000;
}

.module .item .territory.no {
	background-color: #34495E;
}

.module .item .source.tvrbiz {
	background-color: #0099ff;
}

.module .item .source.pguk {
	background-color: #006699;
}

#main.user-profile .header .link, .permalink {
    background: url("http://imgs.thevirtualreport.biz/pgbiz_icon_link_12x12.png") no-repeat left center;
	font-size: 11px;
	line-height: 16px;
    height: 16px;
    padding-left: 15px;
}

#main.user-profile .header .link {
	position: absolute;
	top: 10px;
	right: 10px;
}

.permalink {
    color: #999;
    float: right;
}

#main.event .event-info h2 {
	color: #000;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 0;
	font-weight: normal;
}

#main.event > .image {
	float: right;
	clear: right;
    overflow: hidden;
}

#main.event > .image img {
    display: block;
    width: 100%;
}

#main.event > h1,
#main.event > .qualifier,
#main.event .event-info > p {
	margin: 0;
}

#main.event > .qualifier {
	text-transform: none;
    font-weight: normal;
    color: #999;
}

#main.event .event-info p.venue-info {
	margin-top: 15px;
}

#main.event .module .tab-coverage .item.item-list .qualifier {
	text-transform: uppercase;
}

#main.event > h1 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 28px;
    line-height: 34px;
	font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 5px;
}

#main.event > p {
	font-size: 15px;
	line-height: 18px;
	color: #666;
	margin: 0;
}

#main.event .event-info p, #main.event .event-info .description {
	color: #333;
}

#main.event .event-info .description {
	border-top: 2px solid #E1E1E1;
	margin-top: 20px;
	padding-top: 10px;
}

#main.event .event-info table {
	color: #333;
}

#main.event .event-info table tr:last-of-type td {
	border-bottom: none;
}

#main.event .event-info table tr td {
	border-bottom: 2px dotted #CCC;
	padding: 3px 5px;
	vertical-align: top;
}

#main.event .event-info table tr td:first-of-type {
	padding-right: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
	white-space: nowrap
}

#main.event .event-info .venue.image {
    float: right;
    margin-top: 20px;
}

#main.event .sponsors h1 {
    font-size: 18px;
}

#main.event .sponsors.panel {
    padding: 3px 29px 10px;
    margin: 10px 0;
    overflow: hidden;
}

#main.event .sponsors.panel .container {
    white-space: nowrap;
    overflow: hidden;
}

#main.event .sponsors.panel .paging {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#main.event .sponsors.panel .paging .next {
    right: 0;
}

#main.event .sponsors.panel .paging .previous {
    left: 0;
}

#main.event .sponsors.panel .paging > a {
    position: absolute;
    margin: 0;
    background-color: #F1F1F1;
    padding: 35px 2px;
}

#main.event .sponsors > p {
    margin: 3px 0;
    text-align: center;
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
}

#main.event .sponsors .image {
    display: inline-block;
    border: 1px solid #CCC;
	width: 134px;
    height: 78px;
    background-color: #FFF;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#main.event .sponsors .item.item-list .image {
    height: auto;
    border: none;
}

#main.event .sponsors .image img {
    width: 100%;
}

#main.event .sponsors .item.item-list .more {
    bottom: auto;
    left: 0;
    margin-top: 0;
    right: auto;
    top: auto;
    font-weight: normal;
    max-width: 135px;
    line-height: 16px;
}

.content-filter h2, .content-filter h3 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.content-filter h2 {
	margin: 0;
}

.content-filter h3 {
	margin: 5px 8px 8px;
	font-size: 13px;
}

.content-filter.jobs-filter > h2 {
    font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 22px;
}

.job-list.module .item.item-list h2 {
    font-weight: bold;
    text-transform: inherit;
}

.featured-jobs.module .item.post-job {
    border: 1px solid #CCC;
    padding: 0;
    margin: 0 2px 0 0;
        
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}

.featured-jobs.module .item.post-job h2 {
    color: #666;
    border: 1px solid #FFF;
    font-size: 40px;
    line-height: 46px;
    padding: 0;
}

.featured-jobs.module .item.post-job h2 a {
    display: block;
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

.featured-jobs.module .item.post-job h2 a:before {
    content: '';
    height: 48px;
    width: 48px;
    background-color: #CCC;
    position: absolute;
    top: -24px;
    right: -24px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.featured-jobs.module .item.post-job h2 a:after {
    content: '>>';
    color: #00CEE2;
    font-size: 50px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

#main.jobs article {
    color: #000;
}

#main.jobs article > h1, #main.jobs article > h2 {
    margin: 10px 0;
    padding-bottom: 5px;
}

#main.jobs article > h1 {
    display: inline;
}

#main.jobs article > h2 {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 2px solid #CCCCCC;
    line-height: 27px;
}

#main.jobs article > table {
    border-collapse: collapse;
}

#main.jobs article > table tr {
    border-bottom: 1px solid #CCC;
}

#main.jobs article > table tr > * {
    padding: 5px 0;
}

#main.jobs article > table th {
    white-space: nowrap;
    vertical-align: top;
    text-align: right;
    color: #000;
    padding-right: 10px;
    padding-left: 20px;
}

#main.jobs article .recruiter .image {
    float: right;
    width: 100px;
    line-height: 33px;
}

#main.jobs article .recruiter .image img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

#main.jobs article > table .body p:first-of-type {
    font-weight: normal;
    margin-top: 0;
}

.additional-details {
	color: #999;
}

.additional-details h5 {
	margin: 0;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
}

.additional-details ul {
	list-style: square;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

.additional-details ul li {
	font-size: 12px;
    line-height: 14px;
    margin: 3px 0 4px;
}

.additional-details .view-more {
    color: #666;
}

.module .people > div > div {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 6000;
	background-color: #00CEE2;
	padding: 10px 10px 5px;
	border-radius: 4px;
	box-shadow: 0 5px #E6E6E6;
	-webkit-box-shadow: 0 5px #E6E6E6;
	width: 130px;
	left: -57.5px;
	margin-top: 2px;
	
	transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
	-moz-transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
	-ms-transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
	-o-transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
	-webkit-transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
}

.sub.module .people > div > div {
	left: -53.5px;
	margin-top: 8px;
}

.additional-details .module .people > div > div {
    left: -50px;
}

.module .people > div.on > div {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	-transition-delay: 0s;
}

.module .people > div > div .triangle {
	width: 20px;
	height: 10px;
	top: -10px;
	display: block;
	left: 50%;
	margin-left: -10px;
}

.module .people > div > div .triangle:after {
	background-color: #00CEE2;
	border-color: #00CEE2;
	width: 12px;
	height: 12px;
	top: 3px;
	left: 3px;
}

#main.listing .person.module {
    border: none;
}

.module .people > div > div span, .module .people > div > div a {
	display: block;
	color: #FFF;
	font-size: 10px;
    line-height: 12px;
	font-weight: bold;
}

.module .people > div > div .name {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

.module .people > div > div .role {
	text-transform: uppercase;
}

.module .people > div > div .company {
	color: #000;
}

.additional-details .person.module {
    padding: 0;
    border: none;
}

.additional-details .person.summary.module .people {
    margin-right: 10px;
    margin-bottom: 5px;
}

.additional-details .person.module .people > div {
    margin: 0;
}

.additional-details .person.summary.module .people > div > a img {
    width: 50px;
    height: 50px;
}

.person.summary.module .people > div > a img {
    width: 35px;
    height: 35px;
}

.person.summary.module .people .body  {
    display: none;
}

.person.summary.module .people {
    float: left;
    margin-right: 5px;
}

.module .people > div {
	display: inline-block;
	position: relative;
}

.event-info .module .people > div {
    margin-right: 15px;
}

#sidebar .module .people > div {
	margin-left: 11px;
}
/*

.sub.module .people {
	text-align: center;
}
.sub.module .people > div {
	margin: 0 2px;
}

.regular-feature .person.module.summary .people > div > a {
	border: 5px solid transparent;
}

.sub.module .item .people > div > a {
	border: 3px solid transparent;
}

.sub.module .people > div > a,
.regular-feature .person.module.summary .people > div > a {
	transition: border-color 0.1s linear;
	-moz-transition: border-color 0.1s linear;
	-ms-transition: border-color 0.1s linear;
	-o-transition: border-color 0.1s linear;
	-webkit-transition: border-color 0.1s linear;
}

.sub.module .people > div.on > a,
.regular-feature .person.module.summary .people > div.on > a {
	border-color: #00CEE2;
}

.regular-feature .person.module.summary .people > div > a img {
	width: 50px;
	height: 50px;
}

.person.summary.module.regular-feature .people {
    float: right;
}

.regular-feature .person.module.summary .people > div > div {
	left: -45px;
	margin-top: 7px;
}
.additional-details .person.module.summary .people > div > div {
    left: -50px;
}
*/

#main.lists article > .image {
    max-width: none;
    border: none;
    margin-left: 10px;
}

#main.lists.entry article > .image, #main.lists.entry article > .additional-details {
    display: none;
}

#main.lists article > .image:after {
    display: none;
}

#main.lists article > .body > a.link {
    font-size: 22px;
    line-height: 25px;
    margin: 20px 0 0;
    display: block;
    text-align: right;
}

#main.lists ul.entries {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main.lists.list ul.entries, 
#main.lists.grid ul.entries, 
#main.lists.entry ul.entries {
    display: block;
}

#main.lists ul.entries > li {
    display: none;
    clear: right;
    border-top: 1px solid #CCC;
    margin-bottom: 10px;
}

#main.lists.list ul.entries > li,
#main.lists ul.entries > li.on {
    display: block;
}

#main.lists.entry ul.entries > li {
    border: none;
}

#main.lists ul.entries > li h2 {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    margin: 5px 0;
    font-size: 28px;
    line-height: 30px;
    color: #660000;
}

#main.lists ul.entries > li h2 .pos:before {
    content: '#';
}

#main.lists ul.entries > li h2 .pos:after {
    content: ':';
}

#main.lists.grid ul.entries > li h2 .pos:before, 
#main.lists.grid ul.entries > li h2 .pos:after,
#main.lists.grid ul.entries.unordered > li h2 {
    display: none;
}

#main.lists ul.entries .change {
    text-transform: uppercase;
    margin-bottom: 8px;
}

#main.lists ul.entries .change.up {
    color: green;
}

#main.lists ul.entries .change.down {
    color: red;
}

#main.lists ul.entries .change.new {
    color: blue;
}

#main.lists ul.entries .image {
    float: right;
    margin-top: 10px;
    max-width: 145px;
}

#main.lists ul.entries .image img {
    width: 100%;
}

#main.lists ul.entries .additional-details {
    text-align: right;
    width: 150px;
}

#main.lists article > .banner {
    cursor: pointer;
}

#main.lists article > nav.view-type {
    float: right;
}

#main.lists article > nav.view-type a {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    opacity: 0.8;
}

#main.lists article > nav.view-type a.on, #main.lists article > nav.view-type a:hover {
    opacity: 1;
}

#main.lists article > nav.view-type a.grid {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-grid-roll-28x28.png");
}

#main.lists article > nav.view-type a.list {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-list-roll-28x28.png");
}

#main.lists article > nav.view-type a.entry {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-slide-roll-28x28.png");
}
/*
#main.lists article > nav.view-type a.grid:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-grid-roll-28x28.png");
}

#main.lists article > nav.view-type a.list:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-list-roll-28x28.png");
}

#main.lists article > nav.view-type a.entry:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-slide-roll-28x28.png");
}
*/
#main.lists article > nav.view-type a.grid.on, #main.lists article > nav.view-type a.grid.on:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-grid-on-28x28.png");
}

#main.lists article > nav.view-type a.list.on, #main.lists article > nav.view-type a.list.on:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-list-on-28x28.png");
}

#main.lists article > nav.view-type a.entry.on, #main.lists article > nav.view-type a.slide.on:hover {
    background-image: url("http://imgs.thevirtualreport.biz/button-view-slide-on-28x28.png");
}

#main.lists article > nav.pages {
    float: right;
    clear: right;
    margin-top: 11px;
    background-color: #FFF;
    padding-left: 5px;
    display: none;
}

#main.lists.entry article > nav.pages {
    display: block;
}

#main.lists.entry article > .body {
    display: none;
}

#main.lists article > nav.pages > * {
    display: inline-block;
    vertical-align: middle;
}

#main.lists article > nav.pages div {
    position: relative;
    float: none !important;
    height: 32px;
    width: 41px;
    cursor: pointer;
    margin: 0 5px;
    background-position: left;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

#main.lists article > nav.pages .left {
    background-image: url("http://imgs.thevirtualreport.biz/button-back-off-41x32.png");
}

#main.lists article > nav.pages .left.on {
    background-image: url("http://imgs.thevirtualreport.biz/button-back-on-roll-41x32x2.png");
}

#main.lists article > nav.pages .right {
    background-image: url("http://imgs.thevirtualreport.biz/button-fwd-off-41x32.png");
}

#main.lists article > nav.pages .right.on {
    background-image: url("http://imgs.thevirtualreport.biz/button-fwd-on-roll-41x32x2.png");
}

#main.lists article > nav.pages .on:hover {
    background-position: right;
}

#main.lists.grid ul.entries .heading, 
#main.lists.grid ul.entries .additional-details, 
#main.lists.grid ul.entries .description,
#main.lists.grid ul.entries .change {
    display: none;
}

#main.lists.grid ul.entries {
    border-top: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 20px;
}

#main.lists.grid article > .body > a.link,
#main.lists.list article > .body > a.link {
    display: none;
}

#main.lists.grid ul.entries li {
    display: inline-block;
    position: relative;
    border-top: none;
    border-bottom: 5px solid #FF6633;
    vertical-align: top;
    overflow: hidden;
    margin-right: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

#main.lists ul.entries li.reveal {
    border-bottom-color: transparent;
    cursor: default;
    position: relative;
}

#main.lists.list ul.entries li.reveal {
    width: 100%;
    border-top: none;
    font-size: 18px;
}

#main.lists.list ul.entries li.reveal p {
    margin: 10px 0;
}

#main.lists.list ul.entries li.reveal br {
    display: none;
}

#main.lists.grid ul.entries li:after, #main.lists.list ul.entries li.reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 20px -10px #999 inset;
}

#main.lists ul.entries li.reveal {
    display: none;
}

#main.lists.grid ul.entries li.reveal, #main.lists.list ul.entries li.reveal {
    display: inline-block;
}

#main.lists ul.entries li.reveal p {
    color: #00CEE2;
    margin: 40px 0;
    text-align: center;
}

#main.lists.grid ul.entries h2 {
    position: absolute;
    font-size: 14px;
    color: #FFF;
    background-color: #FF6633;
    height: 25px;
    width: 25px;
    top: 0;
    left: 10px;
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    text-align: center;
    line-height: 25px;
    z-index: 5;
}

#main.lists.grid ul.entries .image {
    float: none;
    height: 100%;
    width: 100%;
    max-width: none;
    margin: 0;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
}

#main.lists.grid ul.entries .image img {
    max-width: 100%;
    vertical-align: middle;
    margin-top: -4px;
    display: inline;
}

.related.module > div {
	margin: 10px 0;
}

.related.module a.related {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 15px;
}

.related.module .comment_count {
	vertical-align: top;
	display: inline-block;
	margin-left: 5px;
}

#main.standing-page article h1 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #CCCCCC;
}

#main.tag .module h1 {
	color: #F14400;
}

#main.tag .module h1:before {
	content: '#';
	color: #999999;
}

.searchbox {
	border: 1px solid #CCC;
	border-radius: 3px;
    background-color: #FFF;
}

.searchbox input {
	font-size: 12px;
	border: 0;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}

.searchbox [name="terms"] {
	width: 263px;
	color: #333;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.searchbox [name="subm"] {
	background: #F1F1F1 url("http://imgs.thevirtualreport.biz/PGbiz_icon_search_22x20.png") no-repeat center;
	width: 45px;
	height: 30px;
	border-left: 1px solid #CCC;
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#searchbox {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}

#searchbox.searchbox [name="subm"] {
    float: none;
    width: 45px;
    border: 1px solid #DEDEDE;
    border-left: none;
}

#searchbox.searchbox .submit [name="subm"] {
    height: auto;
    background-image: none;
    border: none;
}

#searchbox.searchbox input.submit {
    background-image: none;
    border: medium none;
    height: auto;
    width: 235px;
}

#searchbox.searchbox span {
    width: 120px;
}

#searchbox.searchbox [name="terms"] {
    border: 1px solid #DEDEDE;
    color: #000;
}

#searchbox.searchbox .submit {
    display: inline-block !important;
    margin: -2px 0 0 20px !important;
    vertical-align: middle;
    width: 70px;
    box-shadow: 0 3px 0 #213579;
}

#searchbox.searchbox .submit input {
    font-size: 11px;
    padding: 4px !important;
}

#searchbox.searchbox .form .submit, #searchbox.searchbox .form .submit input {
    border-radius: 4px;
}

.companies.module .item.item-list {
    padding: 5px 10px 5px 190px;
    min-height: 30px;
}

.people.companies.module .item.item-list {
    padding-left: 50px;
}

.companies.module .item.item-list .type {
    font-size: 11px;
    float: right;
    color: #999;
}

.companies.module .item.item-list .image {
    right: auto;
    left: 0;
    width: 180px;
    height: 30px;
    overflow: hidden;
}

.people.companies.module .item.item-list .image {
    width: 30px;
}

.companies.module .item.item-list .image img {
    height: 100%;
}

#main.search .people.module .item.item-list .image {
    border-radius: 50%;
}

#main.search .people.module .item.item-list .company {
    color: #666;
}

#main.search .people.module .item.item-list .image {
    border-radius: 30px;
}

header > nav .main > a.shortcut, header nav#topbar-shortcuts a.shortcut {
    color: #ffcc00;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 0 5px 5px 12px;
}
header > nav .main > a.shortcut {
	color:#ffcc00;
}

header > nav .main, header nav#topbar-shortcuts {
	position: relative;
	border-top: 1px solid #5C5C5C;
	
	background: #465b67;
	background: -moz-linear-gradient(top,  #465b67 0%, #0e3042 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#465b67), color-stop(100%,#0e3042));
	background: -webkit-linear-gradient(top,  #465b67 0%,#0e3042 100%);
	background: -o-linear-gradient(top,  #465b67 0%,#0e3042 100%);
	background: -ms-linear-gradient(top,  #465b67 0%,#0e3042 100%);
	background: linear-gradient(to bottom,  #465b67 0%,#0e3042 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465b67', endColorstr='#0e3042',GradientType=0 );
}

#main.user-profile .tab-your-comments table {
    border-collapse: collapse;
    width: 100%;
}

#main.user-profile .tab-your-comments td {
    vertical-align: top;
}

#main.user-profile .tab-your-comments section > table > tbody {
    border-bottom: 1px solid #DEDEDE;
}

#main.user-profile .tab-your-comments section > table > tbody:nth-child(even) {
    background-color: #F1F1F1;
}

#main.user-profile .tab-your-comments td.heading {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
}

#main.user-profile .tab-your-comments td.heading a {
    color: #000;
}

#main.user-profile .tab-your-comments td.info {
    font-size: 12px;
    color: #999;
}

#main.user-profile .tab-your-comments td.info .date {
    color: #00CEE2;
    font-weight: bold;
}

#main.user-profile .tab-your-comments td.info .timeago {
    font-size: 10px;
    margin-left: 10px;
}

#main.user-profile .tab-your-comments td.info .comment_count {
    float: right;
    margin-top: 2px;
    margin-left: 10px;
}

#main.user-profile .tab-your-comments td.body {
    font-size: 12px;
    padding: 5px 0;
}

#main.user-profile .tab-your-comments td.response {
}

#main.user-profile {
	color: #666;
}

.profile-forms.form li.new-file p {
	margin: 0;
}

.profile-forms.form li.new-file a {
	color: #3598DC;
	font-size: 11px;
}

#main.user-profile h1 {
	color: #000;
	display: block !important;
}

#main.user-profile .form form section p {
	margin: 0 0 10px;
	display: block;
	font-size: 12px;
}

/*#main.user-profile .form section */ p a {
	color: #00CEE2;
}

#main.article .related.module .item.item-list {
    list-style-position: outside;
    list-style-type: square;
    color: #00CEE2;
    display: list-item;
}


.profile-forms.form section .images {
	float: right;
	clear: right;
    margin-left: 10px;
}

.profile-forms.form section .images > p {
    text-align: center;
    font-weight: bold;
    color: #999;
    font-size: 13px !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.profile-forms.form section .sponsors {
    text-align: center;
}

.profile-forms.form section .sponsors p {
    color: #00CEE2;
    font-weight: bold;
    margin: 0 !important;
}

.profile-forms.form section .sponsors span {
    display: inline-block;
    width: 130px;
    height: 80px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.profile-forms.form section .sponsors span:last-of-type {
    margin-right: 0;
}

.profile-forms.form section .sponsors a {
    display: block;
    width: 100%;
    height: 100%;
}

#main.user-profile .form li > span {
	white-space: nowrap;
}

#main.user-profile .form li > span > span {
	white-space: normal;
}

#main.user-profile .form section.article-content {
	padding-bottom: 0;
}

#main.user-profile .form section.article-content li {
	margin-bottom: 20px;
	position: relative;
}

#main.user-profile .form section.article-content textarea {
	height: 38px;
}

#main.user-profile .form section.article-content li > span > span {
	bottom: -13px;
	color: #999999;
	right: 5px;
    position: absolute;
}

#main.user-profile .main .form section.preview {
	margin-bottom: 5px;
}

#main.user-profile .main .form section.preview ul {
	background-color: transparent;
	padding: 0;
}

#main.user-profile .main .form section.preview .submit {
	float: right;
}

#main.user-profile .main .form section.preview .submit input {
	background-color: #FFF;
	color: #666 !important;
	border: 1px solid #CCC;
}

.submissions.form form section.preview .submit {
	width: auto !important;
	border-radius: 5px;
    box-shadow: none;
	margin: 0 auto !important;
}

.submissions.form form section.preview .submit input{
	padding: 5px 10px !important;
}

#main.user-profile .form section.article-content li.content-editor p:last-of-type {
	margin-bottom: 0;
}

#main.user-profile .form section.article-content li.content-editor > span > span {
	bottom: 5px;
}

#main.user-profile .form section.article-content li.content-editor {
	margin-bottom: 0;
}

.form li > span.required:after {
	content: '*';
    position: absolute;
	color: #FF0000;
	margin-left: 5px;
	margin-right: -5px;
}

.form .error {
	color: #FF0000 !important;
}

#main.user-profile .form .group {
	max-width: 286px;
}

.submissions.form form li.upload-image a {
	font-size: 10px;
	text-transform: uppercase;
	color: #00CEE2;
	margin: 0 !important;
}

#main.user-profile .form li.upload-image .group img {
	display: block;
}

.profile-forms.form select + input {
	margin-top: 3px;
}

.profile-forms.form li > span > span {
	bottom: auto;
}

#main.user-profile .form select {
	max-width: 285px;
}

.profile-forms.form select {
	max-width: 256px;
}

#main.user-profile .form label input, .profile-forms.form label input {
	width: auto !important;
}

#main.user-profile .form input.submit {
	width: 250px;
}

#main.user-profile .form li > span + span {
	width: 286px;
}

#main.user-profile .form li a {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}

#main.user-profile .form li a, #main.user-profile .form ul.tags li a {
    vertical-align: auto;
    margin-top: 0;
}

#main.user-profile #new-company-details .group {
	max-width: 295px;
}

#main.user-profile #new-company-details .group label {
	width: 145px;
}
/*
#main.user-profile .header {
	position: relative;
}
*/
#main.user-profile .header .image {
	position: relative;
	overflow: hidden;
}

#main.user-profile .module .item.item-list .qualifier {
	text-transform: uppercase;
}

#main.user-profile .form .fileupload {
	margin-left: 0;
	width: 145px;
}

#main.user-profile.company .form .fileupload {
    width: 150px;
}

#main.user-profile .form .fileupload span {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 12px;
}

#main.user-profile .form .fileupload span:last-of-type {
	margin-right: 0;
}

#main.user-profile .form form.fileupload .preview {
	position: relative;
	height: 145px;
}

#main.user-profile.company .form form.fileupload .preview {
    height: 150px;
}

#main.user-profile.company .form section .content .office li {
    margin: 0 0 3px 0;
    line-height: 15px;
}

#main.user-profile.company .form form.fileupload .preview {
    background-size: contain;
    background-position: center;
    background-color: #FFF;
}

#main.user-profile .form form.fileupload .preview:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	box-shadow: 0 0 7px -2px #000 inset;
	-moz-box-shadow: 0 0 7px -2px #000 inset;
	-webkit-box-shadow: 0 0 7px -2px #000 inset;
}

#main.user-profile.company .form form.fileupload .preview:before {
    display: none;
}

#main.user-profile .form form.fileupload .preview:after {
	border-bottom: 5px solid #00CEE2;
}

#main.user-profile .header .image img {
	display: block;
	width: 100%;
	height: auto;
}

#main.user-profile .header h1 {
	font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 24px;
	color: #000;
    padding: 0;
}

#main.user-profile .header h1:after {
	background: none;
}

#main.user-profile .header .location {
	color: #999;
	font-size: 13px;
}

#main.user-profile .header .contact {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

#main.user-profile.company .main .additional {
    margin-bottom: 20px;
}

#main.user-profile .main .additional ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main.user-profile .main .additional ul.summary {
	height: 40px;
    background-color: #FFF;
}

#main.user-profile .main .additional ul.summary li {
	float: right;
	border: 1px solid #F1F1F1;
	border-top-width: 0px;
	border-right-width: 0px;
	font-size: 10px;
	text-align: right;
	padding: 5px 10px;
}

#main.user-profile .main .additional ul.summary li a {
	display: block;
	position: relative;
	padding-right: 10px;
}

#main.user-profile .main .additional ul.summary li a.down:after {
	content: '\25BC'; /* ▼ */
	font-size: 11px;
	right: -5px;
    bottom: 0;
	position: absolute;
}

#main.user-profile .main .additional ul.summary li span {
	display: block;
	color: #00CEE2;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

#main.user-profile.company .main .additional .contact-info, #main.user-profile.writer .main .additional .contact-info, #main.user-profile.people .main .additional .contact-info {
    display: block;
}

#main.user-profile .form li span + span.attached {
    overflow: hidden;
}

#main.user-profile .form li.linkedin span + div {
    display: inline-block;
}

#main.user-profile .form li span + span.attached:before {
	content: '';
	right: 0;
    background-color: #FFF;
    border: 3px solid #FFF;
}

#main.user-profile .main .form section.summary li {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#main.user-profile .main .form section.summary li:last-of-type {
	border-bottom: none;
}

#main.user-profile .main .form section.summary li > span {
	width: auto;
}

#main.user-profile .main .form section.summary li > span + span {
}

#main.user-profile .main .form section.summary p {
	margin: 0;
	position: relative;
	padding-right: 40px;
}

#main.user-profile .main .form section.summary p:after {
	content: '';
	background: url("http://imgs.thevirtualreport.biz/signup_tick-alert-cross-31x31.png") no-repeat right center / 60px 20px;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0;
	top: -1px;
}

#main.user-profile .main .form section.summary p.active:after {
	background-position: left;
}

#main.user-profile .main .form section.summary p.pending:after {
	background-position: center;
}

p.smallprint {
	font-size: 11px !important;
	margin-top: 5px !important;
    padding-right: 0 !important;
}

p.smallprint:after {
    display: none;
}

p.assure {
	color: #FFF !important;
	background-color: #555555;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
}

.module .item.item-thumb {
    display: inline-block;
}

.module .item.item-thumb h2 {
    display: none;
}

.module .item .date {
	color: #999;
	font-size: 11px;
}

.module .item.item-list .qualifier, .module .item.item-list .date {
	display: inline-block;
}

.module .item.item-list .qualifier {
	text-transform: inherit;
	margin-right: 5px;
	margin-top: 0;
}

#main.user-profile .bizreports.module .item.item-list {
	padding-right: 0;
	min-height: 0;
}

.bizreports.module .item.item-list .details {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #999;
	margin-top: 2px;
}

.bizreports.module .item.item-list.exclusive .details {
    margin-top: 17px;
}

.bizreports.module .item.item-list.exclusive h2 {
    color: #CCC;
}

.bizreports.module .item.item-list .details .download {
	margin-top: 3px;
}

.bizreports.module .item.item-list .details .download a {
	display: inline-block;
	width: 89px;
	overflow: hidden;
}

.bizreports.module .item.item-list.exclusive p {
    font-style: italic;
    color: #666;
}

.bizreports.module .item.item-list.redeemed p {
    font-size: 10px;
    color: #00CEE2;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}

.bizreports.module .item.item-list .details a.buyit {
    font-size: 14px;
    color: #00CEE2;
}

.bizreports.module .item.item-list .download a:hover img {
	margin-left: -89px;
}

.bizreports.module .item.item-list .details .format {
	text-transform: uppercase;
	color: #CCC;
}

.bizreports.module .item.item-list .details .size > span {
	font-size: 10px;
}

.comment_count.replies {
    background-color: #666;
}

.comment_count.replies .triangle:after {
    background-color: #666;
    border-color: #666;
}
#main.user-profile .submissions > .sub {
	display: none;
}

#main.user-profile .submissions > .sub.on {
	display: block;
}

#main.user-profile .submissions.module .button-container {
	margin: 15px 0;
	text-align: center;
	display: block;
}

#main.user-profile .submissions.module .button-container a {
	display: inline-block !important;
    font-size: 11px;
    margin: 0 7px 15px !important;
    padding: 10px 15px !important;
    width: auto;
}

#main.user-profile .submissions.module .button-container a:first-of-type {
    margin-left: 0 !important;
}

#main.user-profile .submissions.module .button-container a:last-of-type {
    margin-right: 0 !important;
}

#main.user-profile .submissions.module table {
	border-collapse: collapse;
	border: 1px solid #DFDFDF;
    width: 100%;
}

#main.user-profile .submissions.module table p {
	margin: 0;
}

#main.user-profile .submissions.module tr {
	width: auto;
	min-height: 0;
	padding-right: 0;
	float: none;
	display: table-row;
}

#main.user-profile .submissions.module th {
	background-color: #EEE;
	padding: 10px;
}

#main.user-profile .submissions.module td {
	padding: 10px;
}

#main.user-profile .submissions.module tr.more-info td {
	padding-top: 0;
}

#main.user-profile .submissions.module table span.date {
	margin-top: 5px;
}

#main.user-profile .submissions.module table div.date {
	display: block;
	font-size: 12px;
}

#main.user-profile .submissions.module table h2 {
	font-size: 15px;
	line-height: 18px;
}

#main.user-profile .submissions.module table .status {
    font-size: 14px;
	line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

#main.user-profile .submissions.module table .status.highlight {
	color: #FF0000;
}

#main.user-profile .submissions.module table .message {
	background-color: #FFF9E6;
	border: 1px solid #DFDFDF;
	border-radius: 2px;
	color: #1C1C1C;
	font-weight: bold;
	padding: 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#main.user-profile .submissions.module table .message p {
	font-size: 10px;
}

#main.user-profile .submissions.module table .message a {
	color: #3399FE;
}

#main.user-profile .submissions.module table span.pending-credits {
    font-size: 10px;
    font-weight: bold;
}

#main.user-profile .submissions.module table span.pending-credits, 
#main.user-profile .submissions.module table span.pending-your-approval {
    color: #3399FE;
}

#main.user-profile .submissions.module table div.pending-credits, 
#main.user-profile .submissions.module table div.pending-your-approval {
    cursor: pointer;
}

.mceEditor td {
	padding: inherit !important;
}

.mceEditor a {
	display: inherit !important;
	margin: inherit !important;
}

.mceEditor table {
	border: none !important;
}

span.mceEditor {
	margin: inherit !important;
	width: auto !important;
}

textarea.mceEditor_css {
	height: 300px !important;
}

.dialog-box {
    background-color: #FFFFFF;
    color: #888888;
    cursor: auto;
    font-size: 12px;
    font-weight: normal;
    position: relative;
}
.dialog-box .triangle {
	border-bottom: 1px solid #FFFFFF;
	height: 16px;
	right: 20px;
	top: -17px;
	width: 30px;
}

.dialog-box .triangle:after {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	height: 20px;
	left: 3px;
	top: 6px;
	width: 25px;
}
.dialog-box .close {
    background: url("http://imgs.thevirtualreport.biz/devcorner_icon_close_20x20.png") no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
}
.slidedown .close {
    right: 3px;
    top: 3px;
}
.popover .close {
    right: -6px;
    top: -6px;
}
.dialog-box h3 {
    margin: 0 0 5px;
    text-align: left;
}
.dialog-box.popover {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 #CCCCCC;
    left: 30px;
    padding: 15px;
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 5000;
}
#buy-credits.dialog-box.popover {
	right: auto;
	left: auto;
	top: auto;
	margin-top: 10px;
}
.pending-credits #buy-credits.dialog-box.popover {
	margin-top: 14px;
}
.pending-credits #buy-credits.dialog-box.popover .triangle {
	margin-right: -15px;
	right: 50%;
}
.dialog-box.popover .submit-button {
	margin-bottom: 15px;
	
}
.dialog-box.popover h3:after {
	display: none;
}
.dialog-box.popover.edit-pub-date, 
.dialog-box.popover.promote-story {
    top: 40px;
}
.dialog-box.popover.edit-pub-date a, 
.dialog-box.popover.promote-story a {
    margin-top: 10px !important;
}
.dialog-box.popover.edit-pub-date {
    left: -5px;
    right: auto;
    width: 185px;
}
.dialog-box.popover.promote-story {
    left: auto;
    right: -10px;
    width: 185px;
}
.dialog-box.popover.promote-story ul {
    padding-left: 30px;
    text-align: left;
	list-style: disc;
	background: none;
}
.dialog-box.slidedown {
	border: 1px solid #DFDFDF; 
	border-top: none;
}
.dialog-box p {
    margin: 0;
}
.dialog-box p.intro-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.dialog-box.slidedown p.intro-text {
    font-weight: normal;
    margin-right: 10px;
    padding: 15px 15px 0;
}
.dialog-box.slidedown p.intro-text span {
    font-weight: bold;
}
.dialog-box p.instruction {
    color: #CCCCCC;
}
.dialog-box .button-container {
	text-align: center;
}
.approve-article.slidedown.dialog-box .button-container.approve-button {
    background-color: #F1F1F1;
    margin: 10px 0 0;
    padding: 15px 0;
}
.approve-article.slidedown.dialog-box .button-container {
	position: relative;
	margin: 10px 0;
}
.submit-button.small,
.approve-article.slidedown.dialog-box a.submit-button {
	display: inline-block !important;
	padding: 10px 15px !important;
	width: auto;
	font-size: 11px;
	border-radius: 3px;
	margin: 0 10px;
}
.approve-article.slidedown.dialog-box a.submit-button.approve-story {
    background-color: #00CC00;
}
.approve-article.slidedown.dialog-box .reg_note {
    padding: 0;
    text-align: center;
}
#buy-credits ul {
	background: none;
    list-style: none outside none;
    margin: 0 0 0 80px !important;
    padding: 0;
}
#buy-credits ul li span {
    display: inline-block;
}
#buy-credits ul li span.amount {
    width: 70px;
}
#buy-credits ul li span.price {
    width: 40px;
}
#buy-credits a.submit-button {
    display: inline-block;
	margin: 10px 0 0;
}

#main.user-profile .submissions.module table .reject-reason {
	border: 1px solid #DFDFDF;
	margin: 10px;
	padding: 0 5px;
}

#main.user-profile .submissions.module table .reject-reason ul, 
#main.user-profile .submissions.module table .reject-reason p {
    margin: 5px 0;
}

#main.user-profile .submissions.module table .options {
	margin-top: 5px;
}

#main.user-profile .submissions.module table .options a {
	color: #3399FE;
	margin: 0 10px;
}

.gallery {
	-webkit-backface-visibility: hidden;
    z-index: 50;
}

.gallery .current-text {
	text-align: right;
	color: #999;
}

.gallery > .container {
	background-color: #333;
	position: relative;
	padding: 4px 0 11px;
}

.gallery .container .main-image,
.gallery .container .thumbnails {
	position: relative;
	z-index: 40;
}

.gallery .container .main-image {
	padding: 6px 20px;
	line-height: 366px;
	
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%);
	background: -o-linear-gradient(top,  #666666 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#333333 100%);
	background: linear-gradient(to bottom,  #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
}

.gallery .container .main-image .container {
	white-space: nowrap;
	overflow: hidden;
}

.gallery .container .container > div {
	position: relative;
	left: 0;
}

.gallery .container .main-image .image {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.gallery .container .main-image .image img {
	display: inline-block;
	max-width: 570px;
	max-height: 356px;
	border: 3px solid #FFF;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.gallery .container .thumbnails {
	background-color: #333;
	padding: 0 53px;
}

.gallery .container .thumbnails nav {
}

.gallery .container .thumbnails nav a {
	width: 14px;
	padding: 0px 8px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 4px;
	opacity: 0.1;
}

.gallery .container .thumbnails nav a.on {
	opacity: 1;
}

.gallery .container .thumbnails nav a.previous {
	background-image: url("http://imgs.thevirtualreport.biz/pgbiz_arrow_left_white_14x19.png");
	left: 20px;
}

.gallery .container .thumbnails nav a.next {
	background-image: url("http://imgs.thevirtualreport.biz/pgbiz_arrow_right_white_14x19.png");
	right: 20px;
}

.gallery .container .container {
	overflow: hidden;
	white-space: nowrap;
}

.gallery .container .thumbnails .container a {
	display: inline-block;
	border: 2px solid #FFF;
	margin: 0 5px;
    max-height: 86px;
    overflow: hidden;
}

.gallery .container .thumbnails .container a.active {
    border-color: #00CEE2;
    border-width: 3px;
}

.gallery .container .thumbnails .container a img {
    height: 100%;
}

.gallery .container .more-info {
	position: absolute;
	background-color: #333;
	right: 0;
	top: 0;
	bottom: 0;
	width: 301px;
	padding: 15px 17px 15px 32px;
	z-index: 30;
	
	transition: right 0.3s ease-in-out;
}

.gallery.active > .container .main-image + .thumbnails + .more-info {
	right: -350px;
}

.gallery .container .more-info .close {
	opacity: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	background: url("http://imgs.thevirtualreport.biz/icon-close.png") no-repeat;
	height: 20px;
	width: 20px;
	border: 2px solid #FFF;
	border-radius: 12px;
	
	transition: opacity 0.3s ease-in-out;
}

.gallery.active > .container .main-image + .thumbnails + .more-info .close {
	opacity: 1;
}

.gallery .container .more-info .fullscreen {
	display: inline-block;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	background: url("http://imgs.thevirtualreport.biz/icon-fullscreen.png") no-repeat left center;
	padding-left: 25px;
	margin-bottom: 10px;
    line-height: 17px;
}

.gallery .container .more-info p {
	opacity: 0;
	color: #FFF;
	margin: 0;
	vertical-align: top;
	width: 301px;
	white-space: normal;
	position: absolute;
    word-wrap: break-word;
	
	transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
}

.gallery .container .more-info p.active {
	opacity: 1;
}

body.fullscreen header {
    z-index: 0;
}

body.fullscreen .gallery {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

body.fullscreen .gallery .current-text {
	position: absolute;
	right: 45px;
	top: 7px;
	color: #CCC;
	z-index: 10;
}

body.fullscreen .gallery > .container {
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.fullscreen .gallery .container .main-image, body.fullscreen .gallery .container .thumbnails {
	margin-right: 350px;
}

body.fullscreen .gallery > .container .main-image + .thumbnails + .more-info {
	right: 0;
	z-index: 2;
}

body.fullscreen .gallery > .container .main-image + .thumbnails + .more-info .close {
	opacity: 1;
	top: 3px;
	right: 3px;
}

body.fullscreen .gallery .container .more-info .fullscreen {
	display: none;
}

body.fullscreen .gallery .container .more-info p {
	margin-top: 15px;
}

article div.tags {
	font-size: 16px;
	margin-top: 15px;
}

article div.tags span {
	text-transform: uppercase;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #999;
	display: inline-block;
	margin-right: 5px;
}

ul.tags, .form ul.tags {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #0099ff;
	font-size: 11px;
	display: inline-block;
    background-color: transparent;
}

ul.tags li {
	display: inline-block;
	margin-right: 5px;
}

ul.tags li:before {
	content: '#';
	color: #999;
}

ul.tags li span {
	display: inline-block;
	margin-left: 5px;
	color: #666;
}

footer {
	border-top: 1px solid #292929;
	color: #CCC;
	font-size :12px;
	
	background: #434343;
	background: -moz-linear-gradient(top,  #434343 0%, #1a1a1a 15%, #1a1a1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(15%,#1a1a1a), color-stop(100%,#1a1a1a));
	background: -webkit-linear-gradient(top,  #434343 0%,#1a1a1a 15%,#1a1a1a 100%);
	background: -o-linear-gradient(top,  #434343 0%,#1a1a1a 15%,#1a1a1a 100%);
	background: -ms-linear-gradient(top,  #434343 0%,#1a1a1a 15%,#1a1a1a 100%);
	background: linear-gradient(to bottom,  #434343 0%,#1a1a1a 15%,#1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#1a1a1a',GradientType=0 );
}

footer h1 {
	margin: 0;
	text-transform: none;
	font-size: 24px;
	overflow: hidden;
	font-weight: 300;
}

footer a {
	color: #CCC;
}

footer .links {
}

footer .links ul {
	list-style: none;
	padding: 0 15px 0 0;
	vertical-align: top;
}

footer .staff.links ul li a {
	color: #FFF;
    font-weight: bold;
}

footer .copyright {
	border-top: 1px solid #616161;
	padding-top: 10px;
    font-size: 10px;
}

footer .copyright > * {
	vertical-align: bottom;
	margin-right: 10px;
	display: inline-block;
}

footer .mobile-link {
    display: none;
}

#main.event .module.regular-feature {
	margin-top: 20px;
}

#main.event .module.regular-feature h1, #main.event .module.regular-feature p {
	color: #FFF;
}

#main.event .module.regular-feature h1 {
	margin-bottom: 0;
	line-height: 26px;
    font-size: 21px;
    font-weight: lighter;
}

#main.event .module.regular-feature h1 strong {
    font-weight: normal;
}

#main.event .module.regular-feature p {
	font-size: 16px;
    margin: 5px 0;
}

#main.event + #sidebar .module.regular-feature p {
	font-size: 14px;
	line-height: 17px;
	margin: 8px 0;
}

#main.event .module.regular-feature p strong {
	font-weight: normal;
	color: #FFFF00;
}

#main.event .module .people .email {
	text-align: right;
}

#main.event .module .people .email a {
	color: #000;
}

#main.event .module .people .email a:after {
	content: '\00BB';
	margin-left: 5px;
}

#main.event .module .people {
	float: none;
	margin-top: 20px;
}

#main.register section.preferences {
    font-size: 13px;
}

#main.register section.preferences p {
    color: inherit;
    margin-top: 10px;
}

#main.register section.preferences li > ul {
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 0;
}

header .app-store-metrics .container > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

#main.metrics h2, #main.metrics h3 {
    border-width: 1px;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    padding: 3px 8px;
}

#main.metrics h2 {
    background-color: #F1F1F1;
    border-color: #CCC;
}

#main.metrics h3 {
    background-color: #F9F9F9;
    border-color: #DEDEDE;
}

header .app-store-metrics h3 {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
    margin-top: 0;
}

#main.metrics h3 a, header .app-store-metrics .container > div > a {
    float: right;
    color: #00CEE2;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}

header .app-store-metrics .container > div > a {
    float: right;
}

 header .app-store-metrics h3 a {
     margin-top: -20px;
     margin-left: 10px;
 }

#main.metrics .module {
    display: none;
}

#main.metrics .module.on {
    display: block;
}

#main.metrics .module .container p {
    margin: 5px 0;
}

#main.metrics table {
    width: 100%;
    border: 1px solid #CCC;
    border-left: 0;
    border-right: 0;
    margin-top: 35px;
}

#main.metrics table thead th {
}

#main.metrics table tbody th {
    font-weight: normal;
}

#main.metrics table thead tr, #main.metrics table tfoot tr {
    background-color: #E5E5E5;
}

#main.metrics table tbody tr:nth-child(even) {
    background-color: #F1F1F1;
}

#main.metrics table tr {
}

#main.metrics table th, #main.metrics table td {
    padding: 3px 8px;
    text-align: right;
}

#main.metrics table thead tr:first-of-type th {
    text-align: center;
}

#main.metrics table th:first-of-type {
    text-align: left;
}

#main.metrics table tfoot td {
    font-weight: bold;
}

#redeem {
    position: relative;
}

#redeem form {
    text-align: center;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #00CEE2;
    color: #FFF;
    padding-bottom: 10px;
}

#redeem .banner {
    background-color: #D76502;
    font-size: 11px;
    padding: 2px;
    font-weight: bold;
}

#redeem .title {
    color: #000;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
}

#redeem .message {
    min-height: 29px;
}

#redeem .message a {
    border-radius: 0;
    color: #FFFFFF;
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#redeem a {
    background: none !important;
    font-size: 11px !important;
}

#redeem > a {
    float: right;
    text-transform: none !important;
    font-weight: normal !important;
    padding: 3px 0 0 !important;
}

#redeem a:hover {
    border: none;
    padding: 0;
}

#redeem .title .redeem-submitting {
    color: #D76502;
}

#redeem p {
    color: #FFF;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}

#redeem form > input {
    text-transform: uppercase;
    text-align: center;
    border: none
}

#redeem .submit {
    box-shadow: 0 5px 0 #B94804;
    margin: 5px auto 0 !important;
}

#redeem .submit input {
    background-color: #48A1FF;
}

#redeem form .redeem-status {
    display: none;
}

#redeem form.redeem-success .redeem-status.redeem-success,
#redeem form.redeem-submit .redeem-status.redeem-submit,
#redeem form.redeem-submitting .redeem-status.redeem-submitting,
#redeem form.redeem-invalid .redeem-status.redeem-invalid,
#redeem form.redeem-noneleft .redeem-status.redeem-noneleft,
#redeem form.redeem-claimed .redeem-status.redeem-claimed,
#redeem form.redeem-expired .redeem-status.redeem-expired {
    display: block;
}

#redeem > a + div {
    opacity: 0;
    visibility: hidden;
    background-color: #FFF;
    border: 1px dashed #d76502;
    box-shadow: 0 5px 20px -10px #000;
    padding: 10px 5px;
    position: absolute;
    z-index: 5000;
    margin-top: 20px;
    
    transition: opacity linear 0.3s, visibility linear 0s 0.1s;
    -moz-transition: opacity linear 0.3s, visibility linear 0s 0.1s;
    -ms-transition: opacity linear 0.3s, visibility linear 0s 0.1s;
    -o-transition: opacity linear 0.3s, visibility linear 0s 0.1s;
    -webkit-transition: opacity linear 0.3s, visibility linear 0s 0.1s;
}

#redeem > a + div.on {
    opacity: 1;
    visibility: visible;
    
    transition: opacity linear 0.1s, visibility linear 0s;
    -moz-transition: opacity linear 0.1s, visibility linear 0s;
    -ms-transition: opacity linear 0.1s, visibility linear 0s;
    -o-transition: opacity linear 0.1s, visibility linear 0s;
    -webkit-transition: opacity linear 0.1s, visibility linear 0s;
}

#redeem > a + div p {
    color: #000000;
    font-weight: normal;
    line-height: 14px;
}

section.errors, section.success, section.info {
	border-width: 1px;
	border-style: solid;
	padding: 0 30px;
    margin: 10px 30px 0 !important;
}

section.errors {
	border-color: #A00000;
	background-color: rgba(255, 0, 0, 0.1);
}

section.success {
	border-color: #00A000;
	background-color: rgba(0, 255, 0, 0.1);
}

section.info {
	border-color: #CCCC66;
	background-color: #FFFF99;
}

section.errors p, section.success p, section.info p {
	margin: 5px 0 !important;
	display: block !important;
}

section.errors p a, section.success p a, section.info p a {
    text-decoration: underline;
}

section.errors p, section.errors p a {
	color: #A00000 !important;
}

section.success p, section.success p a {
	color: #00A000 !important;
}

section.info p, section.info p a, section.info ul {
	color: #333 !important;
}

a.backToLink {
	display: block;
	font-weight:bold;
	padding-top:20px;
	color:#00CEE2;
}

.recruitimgs {
	width:140px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.fb-viewon-button {
	text-align: center;
	margin: 20px 0;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 0.9em;
	letter-spacing: 0.06em;
}
.fb-viewon-button a {
	padding: 6px 15px;
	background: #6d84b4;
	color: #fff;
	border-radius: 3px;
}

.profile-forms.box.form.on form section:first-of-type ul {
	padding-left: 25px;
	margin-bottom: 10px;
	background: none;
}
.profile-forms.box.form.on form section:first-of-type ul li {
	list-style:square;
}