#urtak-widget {
	
}

#urtak-widget .urtakw-normal .urtakw-body .urtakw-answer-tab .urtakw-answer-scroll-pane .urtakw-answer .urtakw-question .urtakw-text {
	font-family: georgia !important;
	font-size: 14px !important;
}

#urtak-widget .urtakw-body .urtakw-answer-tab .urtakw-answer-scroll-pane .urtakw-answer .urtakw-question .urtakw-question-right .urtakw-answers ul li div.urtakw-color-bg-yes, #urtak-widget .urtakw-body .urtakw-answer-tab .urtakw-answer-scroll-pane .urtakw-answer .urtakw-question .urtakw-question-right .urtakw-answers ul li div.urtakw-color-bg-no, #urtak-widget .urtakw-body .urtakw-answer-tab .urtakw-answer-scroll-pane .urtakw-answer .urtakw-question .urtakw-question-right .urtakw-answers ul li div.urtakw-color-bg-dontcare, #urtak-widget .urtakw-body .urtakw-answer-tab .urtakw-answer-scroll-pane .urtakw-answer .urtakw-question .urtakw-question-right .urtakw-answers ul li div.urtakw-answer-text-active {
	font-size: 10px !important;
	font-weight: bold !important;
}

#urtak-widget .urtakw-header ul.urtakw-tabs li a {
	font-size: 10px !important;
	font-weight: bold !important;
}

#urtak-widget .urtakw-footer div a:hover, #urtak-widget .urtakw-footer div a {
	font-size: 10px !important;
	font-weight: bold !important;
}


#urtak-widget .urtakw-background {
  background-color: #666666 !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a {
  background-color: #999999 !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a:visited {
  background-color: #999999 !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a:hover, #urtak-widget .urtakw-header ul.urtakw-tabs li a:active {
  background-color: #DD280A !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a.urtakw-active {
  background-color: #666666 !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a.urtakw-active:visited {
 background-color: #666666 !important;
}
#urtak-widget .urtakw-header ul.urtakw-tabs li a.urtakw-active:hover, #urtak-widget .urtakw-header ul.urtakw-tabs li a.urtakw-active:active {
  background-color: #666666 !important;
}
#urtak-widget .urtakw-body .urtakw-ask-tab .urtakw-ask-subheader {
  background-color: #666666 !important;
}

#urtak-widget .urtakw-border {
  background-color: #666666 !important;
}



/* yes */
#urtak-widget .urtakw-color-y {
  color: #aa0000 !important;
}
#urtak-widget .urtakw-color-bg-y {
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  background-color: #aa0000 !important;
}
 
/* no */
#urtak-widget .urtakw-color-n {
  color: #000000 !important;
}
#urtak-widget .urtakw-color-bg-n {
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  background-color: #000000 !important;
}
 
/* don't care */
#urtak-widget .urtakw-color-d {
  color: #777777 !important;
}
#urtak-widget .urtakw-color-bg-d {
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  background-color: #777777 !important;
}

