
.dropcontainer {
	position:relative;
	font-family : Arial,Georgia,Utopia,Charter,serif;
	font-size:16px;
	color: #777;
	z-index: 1;
	} 

.trigger {
	color: #777;
	padding: 10px;
	font-size: 16px;
	font-family : Arial,Georgia,Utopia,Charter,serif;
	width: 350px;
	background: #fff url(../images/arrowdown1.png) 98% center no-repeat;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	
	}

.trigger:hover {
	color: #777;
	background: #F8F8F8 url(../images/arrowdown1.png) 98% center no-repeat;
	font-size: 16px;
	font-family : Arial,Georgia,Utopia,Charter,serif;
	color:#BB302B;
	
	}

.activetrigger {
	color: #777;
	padding: 10px;
	font-size: 16px;
	font-family : Arial,Georgia,Utopia,Charter,serif;
	width: 350px;
	background: #F8F8F8 url(../images/arrowup1.png) 98% center no-repeat;
	display: block;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.activetrigger:hover {
	background: #F8F8F8 url(../images/arrowup1.png) 98% center no-repeat;
	color: #777;
	}

.activetrigger:active {
	background: #F8F8F8 url(../images/arrowup1.png) 98% center no-repeat;
	color: #777;
	}

.dropcontainer ul {
	font-size: 16px;
	font-family : Arial,Georgia,Utopia,Charter,serif;
	color:Black;
	border: 1px solid #000;
	border-top: none;
	background: #fff;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 350px;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.dropcontainer ul li {
	padding: 4px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	
	}

.dropcontainer ul li:hover {
	background-color: #BB302B;
	color: #000;
	font-weight:bold;


	}

.dropcontainer ul li:first-child {
	display: none;
	}

.dropcontainer ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden {
	display: none;
	}

.dropdownvisible {
	height: auto;
	
	}

.question
{
	font-family : Arial,Georgia,Utopia,Charter,serif;
	font-size:16px;
    font-weight:normal;
    margin-left:4px;
   
}

.my-notify-info, .my-notify-success, .my-notify-warning, .my-notify-error {
    padding:10px;
    margin:10px 0;
}
.my-notify-info:before, .my-notify-success:before, .my-notify-warning:before, .my-notify-error:before {
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.my-notify-info:before {
    content:"\f05a";
}
.my-notify-success:before {
    content:'\f00c';
}
.my-notify-warning:before {
    content:'\f071';
}
.my-notify-error:before {
    content:'\f05a';
}
.my-notify-info {
    color: #00529B;
    background-color: #BDE5F8;
}
.my-notify-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.my-notify-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.my-notify-error {
    color: #BB302B;
    background-color: transparent;
}