/* CSS Document */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
	/*  HTML Tables */

.tg  {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:16px 16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:16px 16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#039;background-color:#b9c9fe;text-align: left}
.tg .tg-b44r{background-color:#cbcefb}
.tg .tg-xa7z{background-color:#ffccc9}
.tg .tg-i6eq{background-color:#ffccc9}
.tg .tg-8xib{background-color:#fffc9e;text-align:center}
.tg .tg-6afm{background-color:#c0c0c0}
.tg .tg-uwer{background-color:#9aff99}
.tg .tg-f14q{background-color:#f2f5fa;text-align:left}
.tg .tg-lsdd{background-color:#f2f5fa;text-align:left}
.tg .tg-lsde{background-color:#FFD5FF;text-align:left}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

  .button-status,
        .button-cancel,
        .button-problem,
        .button-question,
		.button-question2
		.button-play {
            color: white;
            border-radius: 1px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-status {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-cancel {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-problem {
            background: rgb(34, 34, 34); /* this is an orange */
        }
		
		.button-problem2 {
            background: rgb(255, 153, 153); /* this is an orange */
        }

        .button-question {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
		.button-question2 {
            background: rgb(255, 0, 255); /* this is a light blue */
        }
		
		.button-play {
            background: rgb(28, 184, 65); /* this is a green */
        }