@charset "UTF-8";
/* CSS Document */

.widget-title-container {display:none;}



@media only screen and (max-width: 400px) {
	.boardpic {
	max-width:200px;
	max-height:300px;
	object-fit:cover;
	border-radius:50% 50%;
	max-width: 100px; max-height: 100px; margin: 0 20px 20px 0;align-content;
	}
}

@media only screen and (min-width: 400px) {
	.boardpic {
	max-width:100px;
	max-height:150px;
	object-fit:cover;
	border-radius:50% 50%;	
	max-width: 100px; max-height: 100px; margin: 0 20px 20px 0;align-content;
	}
}

.details span {font-size: small;}

div.gfield, #gform4 input, div.gfield, #gform5 input {width:100%;}

#gform_submit_button_4, #gform_submit_button_5 {
	color:#fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.ticker-news span {display: none;}
