/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2020 | 09:21:44 */
body {
    font-family: "Open Sans",sans-serif !important;
}

.player {
	width: 100%;
	height: 50px;
	background-color: #EFEFEF;
	color: #000;
	border-radius: 10px;
	border: 1px solid #18394A;
}

.formtextarea {
    height: 10px;
    box-sizing: border-box;
    resize: none;
}

