﻿/* Add your custom style sheets in this file */
.datagrid_alt
{
	color: #00008b;
	font-family: Verdana;
	background-color: #ffcc99;
}
.demo-container.questionnaire {
    width: 542px;
    height: 300px;
    padding: 0;
    border: none;
    background-image: url('images/background.png');
    background-position: -3px -3px;
    background-repeat: no-repeat;
}
 
.demo-container.questionnaire .title {
    width: 550px;
    height: 64px;
    padding: 24px 0 0 22px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
}
 
.demo-container.questionnaire .content {
    padding: 23px 0 0 23px;
}


