/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .ays_quiz_chained_quiz_table_main table{
 	width: 100%;
 	border: 1px solid rgba(0,0,0,.1);
 	border-width: 1px 1px 1px 1px;
 }

 .ays_quiz_chained_quiz_table_main table td,th{
 	padding: 8px;
    text-align: left;
    /*border-width: 0 1px 1px 0;*/
 }

.logged_in_message{
    padding: 15px;
}

.ays_quiz_chained_quiz_button_main {
	display: flex;
	justify-content: flex-end;
	align-items: center;
 }