/* ---------------- C O R E ---------------- */
p {
    margin-top: 0px;
}
li > p {
    margin-bottom: 0px;
}

body {
	        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
		-ms-user-select: none;}
div {
    position: absolute;
	        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
		-ms-user-select: none;
		}



    div#wrapper {
      position: relative;
      -ms-transform-origin: top left;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      overflow: hidden;
    }

    div.content {
        margin: 0;
        padding: 0;
    }

    div.btn a {
        position: absolute;
        display: block;
        background-color: #ccc;
        background-position: left top;
        background-repeat: no-repeat;
    }
*:focus {
outline:none;

}
img {
    position: absolute;
}

    img.inline {
        position: static;
        display: inline-block;
    }

.clicked {
    cursor: pointer;
}

.disabled {
    cursor: default;
}

.enabled {
    cursor: pointer;
}

.btn {
    background-color:transparent;
    border: none;
}
.text_anser
{
	cursor: pointer;
}
