#questionary_container {
  background-color: #FFF;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-left: 2px solid #777;
}

h1 {
  font-size: 20px;
}

#questionary_option {
  text-align: right;
  background-color: #FFFFFF;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.questionary_score {
  border-top: 1px solid #aaa;
  width:900px;
}

.questionary_score td {
  padding: 4px 6px;
  text-transform: uppercase;
}

.questionary_score th {
  padding: 4px 6px;
  text-align: left;
  text-transform: uppercase;
}

#info_chx {
  text-align: left;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  margin-bottom: 10px;
  border-spacing:0;
  width:900px;
}

#info_chx th {
  width: 25%;
  text-transform: uppercase;
}

#info_chx td {
  padding: 8px;
}

.question_with_comment { 
  border-spacing:0;
  text-align: left;
  width: 100%;
}

.question_with_comment th { 
  padding: 5px;
}

.question_with_comment td { 
  padding: 5px;
}

.question_matrix { 
  border-spacing:0;
}

.question_matrix th {
  border: 1px solid #AAAA99;
  background-color: #CCCCBB;
	color: #2f4b52;	
	padding: 4px 6px;
  margin: 0px;
  text-align: left;
  font-weight: normal;
}

.alt {
  border: 1px solid #AAAA99;
  background-color: #EEEECD;
  padding: 4px 6px;
  text-align: center;
}

.headline {
  position: relative;
  text-align: center;
  padding: 6px;
  box-shadow: 0 2px 4px -1px gray;
  margin: 15px 0px 0px 0px;
}

.headline img {
  position: absolute;
  left: 10px;
  vertical-align: middle;
}

.choice_score_max {
  width: 40px;
  color: gray;
}

.question_score_max {
  width: 60px;
  color: #555;
  padding-left: 5px;
}

.bubble{
    background-color: #FFF200;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #BBB200;
    display: inline-block;
    padding: 5px 18px;
    position: relative;
    vertical-align: top;
    margin: 3px 0px 3px 50px;
}

.bubble_info{
    background-color: #FFD566;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #BBA255;
    display: inline-block;
    padding: 5px 18px;
    vertical-align: top;
    margin: 10px 0px 0px 0px;
}

.bubble::before {
    background-color: #FFF200;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 6px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px; 
}

.red_bubble{
    background-color: #FF0000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #BB0000;
    display: inline-block;
    padding: 5px 18px;
    position: relative;
    vertical-align: top;
    margin: 7px;
}

.red_bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 1px;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #FF0000 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.red_edit_bubble{
    cursor: pointer;
    background-color: #FFAAAA;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #BB0000;
    display: inline-block;
    padding: 5px 18px;
    position: relative;
    vertical-align: top;
    margin: 7px;
}

.red_edit_bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 1px;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #FFAAAA transparent;
    display: block;
    width: 0;
    z-index: 1;
}

textarea {
  font-size: 13px;
  width: 100%;
}

