.unselectable {
     -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
#pen, #movingPen,#toolTip {
    width: auto !important;
}
.speech-bubble {
	width: 260px;
	padding: 60px 20px;
	margin: 1em 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 200%;
	text-shadow: 0 -.05em .1em rgba(0,0,0,.3);
}
.unselectable {
  overflow: hidden
}

#mainHeading img {
  max-width: 200px;
  margin: auto
}
	.speech-bubble h1 {
		margin: 0;
		font-size: 150%;
		font-family: sniglet;
	}

	.speech-bubble h2 {
		margin: 0;
		font-size: 40%;
		font-weight: normal;
	}
#mainContainer {
    border: 0px solid #f00;
    position: relative;
    width: 100%;
    top: 0px;
    left:0px;
}
#multiSelectionDiv {
    border: 0px solid red;
    position: relative;
    height: 70px;
    padding: 0 100px;
}
#penBase {
  position:absolute;
    border: 0px solid red;
    width: auto;
    opacity: 0;
        left: 100px;
    filter: alpha(opacity=0);
}
#pen {
  position: relative;
  top:10px;
    border: 0px solid red;
  /*  position: relative;
    left: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;*/
}
#movingPen {
    z-index: 1;
}
#toolTip {
position: absolute;
z-index: 999;

}
#mainContentTable {
    cursor: pointer;
    border: 5px solid #0068b3;
    width: 100%;
    position: relative;
    padding: 15px;
}

#mainHeading {
    border: 0px solid gray;
    position: relative;
    margin: 0px;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
#mainSection {
    border: 0px solid gray;
    position: relative;
    text-align: left;
    font-size: 20px;
    color: #000;
}
#buttonsTable {
    width: 100%;
}

#likeDislikeBtn {
    border: 0px solid red;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#buttonsTable td:nth-child(2) {
    text-align: right;
    padding: 10px;
}


#nothing {
  height: 1.2em;
  width: 1.2em;
  margin-right: 10px;
  position: relative;
  float: left;
}



#Mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0em;
  background-color: #808080;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 100;
  left: 0em;
}

.btnlikecl {

/*    color:#FFF;
	width:80px;
    height: 30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    background: #FF0000;
    background: -moz-linear-gradient(top, #FF0000 0%, #8C0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #8C0404));
    background: -webkit-linear-gradient(top, #FF0000 0%, #8C0404 100%);
    background: -o-linear-gradient(top, #FF0000 0%, #8C0404 100%);
    background: -ms-linear-gradient(top, #FF0000 0%, #8C0404 100%);
    background: linear-gradient(to bottom, #FF0000 0%, #8C0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#8C0404', GradientType=0 );
    border:1px solid #178636;
    padding:0px 5px;
    white-space:nowrap;
    font-size:13px !important;
    line-height:20px;
    font-weight:bold;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-radius: 15px 15px 15px 15px;
    */
    position: relative;
    width: 267.5px;
    height: 34px;
    color: #444;
    background-color: #fdb230;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-sizing: border-box;
}
.btnlikecl:hover {
    color: #fff;
}

.textFormat {
    cursor: pointer;

}

.likeselected {
    color: green;
}
.likeselected img {
    border: 2px solid green;
}
input#likeBtn, input#dislikeBtn {
    margin: 15px auto;
}
.dislikeselected img {
  border: 2px solid red;
}
.dislikeselected {
    color: red;
}
/*
@media only screen and (max-width: 992px) {
    #Mask {
        position:absolute;
        width:750px;
        height:535px;
        background-color:#808080;
        opacity:0.2;
        filter: alpha(opacity=20);
        z-index:100;
    }
}
*/






/* General CSS Setup */


/* CSS talk bubble */
.talk-bubble {
	margin: 30px 0;
  display: inline-block;
  position: relative;
	width: 100%;
	height: auto;
}
.border{
  border: 4px solid #01a4ff;
}
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 16px solid;
	border-color: #01a4ff transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #01a4ff transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #01a4ff #01a4ff transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #01a4ff #01a4ff transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #01a4ff;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent ;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #01a4ff #01a4ff transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 20px solid;
	border-color: white white transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 15px;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
