#mc_stack_stacks_in_2 *,
#mc_stack_stacks_in_2 *::before,
#mc_stack_stacks_in_2 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_2,
#mc_button_accept_all_stacks_in_2,
#mc_button_disallow_all_stacks_in_2,
.mc_button_stacks_in_2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_2:hover,
.mc_button_stacks_in_2:hover,
#mc_button_accept_all_stacks_in_2:hover,
#mc_button_disallow_all_stacks_in_2:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_2:active,
.mc_button_stacks_in_2:active,
#mc_button_accept_all_stacks_in_2:active,
#mc_button_disallow_all_stacks_in_2:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_2:focus,
#mc_button_accept_all_stacks_in_2:focus,
#mc_button_disallow_all_stacks_in_2:focus,
.mc_button_stacks_in_2:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}



#mc_table_wrapper_stacks_in_2 {
	margin-bottom: 10px;
}

#mc_refresh_button_stacks_in_2,
#mc_purge_button_stacks_in_2,
#mc_table_wrapper_stacks_in_2 .mc_table_delete_button {
	margin-left: 0;
}

#mc_table_wrapper_stacks_in_2 .cookie-table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}

#mc_table_wrapper_stacks_in_2 .mc_table_wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
}

#mc_table_wrapper_stacks_in_2 .cookie_name_cell {
	flex-grow: 0;
	width: 250px;
	word-break: break-word;
	padding: 15px;
}

#mc_table_wrapper_stacks_in_2 .cookie_value_cell {
	flex-grow: 0;
	width: calc(100% - 250px);
	word-break: break-word;
	padding: 15px;
}

#mc_table_wrapper_stacks_in_2 .delete_button_cell {
	padding: 15px;
}

#mc_table_wrapper_stacks_in_2 .row-inner,
#mc_table_wrapper_stacks_in_2 .cookie-details {
  flex-grow: 2;
}

/*
 * Media queries: optimize for different screen widths.
 */
@media all and (max-width: 1100px) {
	#mc_table_wrapper_stacks_in_2 .cookie_name_cell,
	#mc_table_wrapper_stacks_in_2 .cookie_value_cell,
	#mc_table_wrapper_stacks_in_2 .delete_button_cell {
		padding: 5px 15px;
	}

  #mc_table_wrapper_stacks_in_2 .cookie-details {
    flex-direction: column;
  }

  #mc_table_wrapper_stacks_in_2 .cookie-details div {
    flex-grow: 0;
    width: 100%;
  }

  #mc_table_wrapper_stacks_in_2 .cookie-details {
    width: 180px;
  }
}

@media all and (max-width: 580px) {
  #mc_table_wrapper_stacks_in_2 .row-inner {
    flex-direction: column;
  }

  #mc_table_wrapper_stacks_in_2 .row-inner div {
    flex-grow: 0;
    width: 100%;
  }

  #mc_table_wrapper_stacks_in_2 .row-inner {
    width: 180px;
  }
}

@media all and (max-width: 320px) {
  #mc_table_wrapper_stacks_in_2 .cookie-table-row {
    flex-direction: column;
  }

  #mc_table_wrapper_stacks_in_2 .cookie-table-row div {
    flex-grow: 0;
    width: 100%;
  }
}

#mc_table_wrapper_stacks_in_2 .cookie-table-row {
  border-bottom: 1px solid rgba(222, 226, 230, 1.00);
	background-color: rgba(255, 255, 255, 0.00);
	color: rgba(51, 51, 51, 1.00);
  border-collapse: collapse;
  padding-top: 5px;
}

#mc_table_wrapper_stacks_in_2 .cookie-table-row.header {
  background-color: rgba(0, 0, 0, 0.05);
	color: rgba(51, 51, 51, 1.00);
  font-weight: bold;
}

#cookie_table_buttons_wrapper_stacks_in_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mc_refresh_button_stacks_in_2,
#mc_purge_button_stacks_in_2 {
	margin: 5px 15px;
}

#mc_refresh_button_stacks_in_2 {
	display: inline-block;
}

#mc_purge_button_stacks_in_2 {
	display: inline-block;
}







#dialog_title_stacks_in_2,
#dialog_desc_stacks_in_2 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_2,
	#mc_window_shade_stacks_in_2,
	#mc_wrapper_stacks_in_2 {
		display: none;
	}
}




#stacks_in_62 {
	margin:  10px;
	padding:  10px;
}
#mc_stack_stacks_in_54 *,
#mc_stack_stacks_in_54 *::before,
#mc_stack_stacks_in_54 *::after {
	box-sizing: border-box;
}







/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_54,
#mc_button_accept_all_stacks_in_54,
#mc_button_disallow_all_stacks_in_54,
.mc_button_stacks_in_54 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_54:hover,
.mc_button_stacks_in_54:hover,
#mc_button_accept_all_stacks_in_54:hover,
#mc_button_disallow_all_stacks_in_54:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_54:active,
.mc_button_stacks_in_54:active,
#mc_button_accept_all_stacks_in_54:active,
#mc_button_disallow_all_stacks_in_54:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_54:focus,
#mc_button_accept_all_stacks_in_54:focus,
#mc_button_disallow_all_stacks_in_54:focus,
.mc_button_stacks_in_54:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_54,
#dialog_desc_stacks_in_54 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_54,
	#mc_window_shade_stacks_in_54,
	#mc_wrapper_stacks_in_54 {
		display: none;
	}
}



