html,
body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html { -webkit-font-smoothing: antialiased; }

body {

	margin: 0px;
  /* Location of the image */

  
  
	text-align: left;
	letter-spacing: normal;

}

#busyoverlay {
	position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	bottom: 0px;
	font-size: 15em;
	color: rgba(128,128,128,0.5);
	text-align: center;
	vertical-align: middle;
	backdrop-filter: blur(1px);
	display: none;
	z-index: 2000;
}
#busyicon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* WEB APP SPECIFIC STUFF */
html, body, #fullheight {
    xmin-height: 100% !important;
    xheight: 100%;
}

#appview {
	position: absolute;
	display: block;
	width: 100%;
	top: 0px;
	bottom: 5em;
	xmin-height:100%;
	background-color: #fff;
	display: none;
}

.msddivider {
	color: #fff; background-color: #226ea4; margin-top: 1em; margin-bottom: 0.5em; padding: 0.5em; text-align: left;
}

.channelname {
	margin-top: 1em; 
	margin-bottom: 0.5em; 
	padding: 0.5em; 
	text-align: left;
	background-color: transparent;
	color: black;
	border-bottom: 2px solid rgba(34,106,164,0.8);
	margin-bottom: 1em;
}

.categoryname {
	margin-top: 1em; 
	margin-bottom: 0.5em; 
	padding: 0.5em; 
	text-align: left;
	background-color: #444;
	color: white;
	margin-top: 2em;
}

div.note {
	margin-top: -1em;
	margin-left: 3em;
	xmargin-bottom: 1em;
	padding-left: 0.25em;
	border-left: 1px solid #888;
	xfont-style: italic;
	xline-height: 1.3em;
	font-size: 0.8em;
}
div.note.padded {
	padding: 1em;
}

#markdowntab { color: #222; } 



.swal-scrollable img  { 
	max-width: 99%;
}

@media(prefers-color-scheme: light) {
	.channelname {
		xbackground-color: rgba(34,106,164,0.8);
		color: black !important;
	}
	
	.categoryname {
	}
	
	#sidebarview {
		border-right: 2px solid rgba(0,0,0,0.2);
	}

	
}

@media(prefers-color-scheme: dark) {
	#appview { background-color: #000; }
	}

	.channelname {
		xbackground-color: rgba(34,106,164,0.8);
		color: white;
	}
	
	.categoryname {
		font-weight: bold;
	}

	#sidebarview {
		border-right: 2px solid rgba(255,255,255,0.1);
	}


#bodycontainer {
	position: absolute;
	display: block;
	width: 100%;
	top: 80px;
	bottom: 5em;
	xmin-height:100%;
	z-index: 90;
	overflow-y: auto;
}

#bodyinner {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	xmin-height:100%;
	    background-image: url('../app.jpg');
	   opacity: 0.05;
    filter: blur(3px);
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#calendarinner2 {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.05;
    background-image: url('../app.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain; 
    filter: blur(3px);
}


#calendarbar {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 50px;
	background-color: black;
	z-index: 900;

}

.pane {
	position: absolute;
	top: 10px;
	left: 0px;
	bottom: 0px;
	right: 0px;	
	xoverflow: scroll !important;	
	display: none;
}

.mainpane  {
	display: block;
	xright: 45%;
	top: 0px; 
	xpadding-top: 15px;
	overflow-y: auto;
	z-index: 500;
	padding: 1em;
}

#blockschedule {
	padding: 1em;
}

#monthview
{
	xtop: 0px;
	xbottom: 0px;
	xright: 0px;	
	xpadding: 0px;
	overflow-x: scroll !important;
}

.largetext 
{
	font-size: 1.5em;
}

.togglebutton {
	border: 1px solid #888;
	background-color: rgba(128,128,128,0.2);
	color: black;
	padding: 0.3em;
	margin: 0.2em;
	border-radius: 0.3em;
	display: inline-block;
	font-size: 0.9em;
}

.togglebutton.checked {
	color: white;
	background-color: #226ae4;
}

.sidebarbutton 
{
	color: #111;

	border-bottom: 1px solid #aaa;
	width: 80%;
text-align: left;
	padding: 10px;
	margin-left: 10px;
	xfont-size: 1.2em;
	font-weight: normal;
	clear: both;
}

.note .sidebarbutton:last-child {
	border-bottom: none;
}

#sidebarview {
	background-color: #f0f0f0;
		border-right: 2px solid rgba(0,0,0,0.1);
}

#sidebarview .popuponly {
	display: none;
}	


@media(prefers-color-scheme: dark) {
	.sidebarbutton 
	{
		color: #f0f0f0;
		border-bottom: 1px solid #555;
	}
	#sidebarview, #sidebarview2 {
		background-color: #282828; top: 0px; color: #f0f0f0;
	}
}

#configview {
	display: none;
}

.topbar_logo {
	width: 80px;
	height: 80px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 1em;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	border: 0px none rgba(0,0,0,0.3);
	
}

.topbar_logo img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}

.popup_container {
	display: none;
	position: absolute;
	right: 0px;
	left:25%;
	top: 80px;
	bottom: 5px;
	border: 1px solid #333;
	background: #fafafa;
	letter-spacing: normal;
	z-index: 99;
	box-shadow: -3px 0px 10px rgba(0,0,0,0.3);
	color: #000;
}
@media(prefers-color-scheme: dark) {
	.popup_container {
		background: #222;
		color: #fff;
		border: 1px solid #999;

	}
}


.popup_inner {
	xmargin-left: 5px;
	xmargin-right: 5px;
	overflow-y: scroll !important;

	position: absolute; top: 55px; left: 0px; right: 0px; bottom: 5px;
	padding-top: 10px;
	padding-bottom: 8em;
}

.popup_header {
	position: relative; 
	top: 0px; left: 0px; right: 0px; height: 48px; background-color: black; overflow: auto; color: #fff; vertical-align: middle; margin-bottom: 10px;
	text-align: left;
}

.popup_header_text {
	position: absolute;
	top: 12px;
	right: 40px;
	left: 44px;
	font-size: 1.4em;
	font-weight: bold;
}

.popup_icon {
	font-size: 1.7em;
	margin-right: 0.2em;
	display: inline-block;
	width: 1em;
}

.popup_select {
	xposition: absolute;
	top: 0px;
	margin-right: 50px;
	xleft: 3.5em;
	max-width: 60%;
}

.popup_close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1em;
}

.blocksetting {
	xleft: 0px; xright: 0px
	margin: 1em;
	padding: 1em;
	border-radius: 0.3em;
	border: 1px solid rgba(128,128,128,0.2);
	display: flex;
	margin-bottom: 1em;
}
.blocksettingkey {
	width: 5em;
	font-size: 1.3em;
	font-weight: bold;
}
.blocksettingname {
	flex: 1;
}
.blocksettingcolor {
	widht: 3em;
}


/* feed styles */

.highlight { color: #0055ee; } 
.feedheading { 
	background-color: transparent; 
	padding: 0px; 
	overflow: 
	hidden; color: #000; 
} 

.notification {
	margin-bottom: 0.5em;
	padding: 1em;
	border-radius: 0.5em;
	border: 2px solid #888;
	background-color: rgba(128,128,128,0.2);
}
.notification:nth-child(3) {
	xmargin-top: 1.5em;
}
.pushchannel { color: #0055ee; } 

.feedblock { 
	background-color: transparent; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #999; 
	padding-top: 0.5em;
	color: black; 
}
.feedblock:nth-child(1) {
	xmargin-top: 1.5em;
	border-top: none;
}

.feedcontent { 
	padding: 0.5em; 
	font-size: 1em; 
	clear: left; 
	overflow-x: hidden; 
}
.feedfooter { 
	color: #888; 
	font-size: 0.8em; 
	float: none; 
	padding-left: 0.5em; 
	margin-top: 0.5em; 
}
.heading1 { 
	display: inline-block; 
	font-size: 1em; 
	padding-left: 0.5em; 
	font-weight: bold; 
	vertical-align: top;
}
.heading2 { 
	color: #888888; 
} 
.heading2 .highlight { 
	color: #226Ae4; 
} 
.feedheading .highlight { 
	text-decoration: none; color: #226Ae4; 
} 
.feedicon { 
	margin-left: 4px; 
	display: inline-block; 
	font-size: 2em;
} 
.feedicon_smaller {
	margin-left: 4px; 
	display: inline-block; 
	font-size: 1.5em;
}
.highlight_over_img { 
	color: #fff !important; font-weight: bold; 
}
@media(prefers-color-scheme: dark) {
	.highlight { color: #0055ee; } 
	.feedheading { 
		color: white; 
	} 
	.feedblock { 
		color: white;
	}
	.feedcontent { 
	}
	.feedfooter { 
		color: #888; 
	}
	.heading1 { 
	}
	.heading2 { 
		color: #888888; 
	} 
	.feedheading .highlight { 
		text-decoration: none; color: #ffcc33; 
	} 
	.heading2 .highlight { 
		color: #ffcc33;
	} 
	.highlight_over_img { 
	}

	.pushchannel {
		color: #f0c04f;
		font-weight: bold;
	}
}


#detailviewq {
	display: inline-block;
		width: 65%;

	padding: 10px;
}

.pushline {
	padding: 5px;
	font-size: 12px;
	font-weight: 200;
}
.viewbutton {
	text-align: center;
	background-color: #333;
	display: inline-block;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}

.viewbutton:hover {

	background-color: #666;

}

#more_menu {
	float: right;
	font-weight: bold;
	padding-top: 1.5em;
	padding-right: 5px;
	text-align: right;
	z-index: 30000;
	display: block;
	font-size: 2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}


#narrownav {
	float: right;
	font-weight: bold;
	padding-top: 1.5em;
	padding-right: 5px;
	text-align: right;
	z-index: 30000;
}


#widenav {
	font-weight: bold;
	text-align: right;
	display: none;
	position: absolute;
	right: 5px;
	bottom: 0.7em;
}

.widenavtext {
	display: none;
}

.appbutton {
	margin-top: 10px;

	xfilter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));

	display: inline-block;
	font-size: 1.6em;
	padding: 0.5em;
	cursor: pointer !important;
	border-radius: 0.5em;
	border: 1px solid transparent;
}


.inline {
	display: inline-block;
}

.inlinebutton {
	border: 1px solid currentColor;
	padding: 5px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.appbutton_sep {
	display: none;
}

.dayblock {
	background-color: transparent;
	display: flex;
	color: #000;

	border-top: 1px dotted #888;
	width: 100%;
	min-height: 3em;
	columns: 2;
}

.mainpane {
	background-color: #fff;
}

#monthview {
	background-color: #fff;
}

@media(prefers-color-scheme: dark) {
	.dayblock {	color: #fff; }
	.xdayblock_class { border-left: 1px dotted #555; }
	.mainpane { background-color: #000; }
	#monthview { background-color: #000; }
	.daytype { color: #fff; }
	.day-number { background-color: 555; }
}

.dayblock:last-child {
	border-bottom: 1px dotted #888;
}

.dayblock_icon {
	xdisplay: inline-block;
	width: 2em;
	font-size: 1.5em;
	padding: 0.5em;
	opacity: 0.5;
}

.dayblock_time {
	xdisplay: inline-block;
	width: 7em;
	text-align: right;
}

.dayblock_class {
	border-left: 1px dotted rgba(128,128,128,0.3);
	padding-left: 10px;
	xdisplay: inline-block;
	flex: 1;
}

.dayblock_class_inner {
	display: flex;
	columns: 2;
}

.dayblock_class_title {
	font-weight: bold;
	font-size: 1.2em;
	flex: 1;
}
.dayblock_class_extra {
	font-weight: normal;
}

.dayblock_inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.dayblock.grayed {
	opacity: 0.4;
}


.day-block-backdrop {
	text-align: left;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
}

.day-section {
	clear:both;
	color: #000;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.daytype {
	font-size: 1.5em;
	font-weight: bold;
}

.day-event {
	clear:both;
	margin: 5px;
	text-align: left;
	background-color: #e5e5e5;
	border: 2px solid #aaa;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	xwidth: 100%;
	clear: both; 
	overflow: auto; 
	border-radius: 0.4em;
	xtext-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	font-weight: 600;
}
.day-event-detail {
	zcolor: #888;
}

.calendar-event {
	color: 333;
}

.calendar-event-detail {
	zcolor: #888;
	text-align: right; clear: both; 
	xfont-size: smaller;
	float: right;
}

.event-detail-text {
	text-align: right; 
	padding-bottom: 0.5em;
}
.event-detail-icon {
	width: 2em; 
	vertical-align: top;
	text-align: center;
}

.leftalign {
	text-align: left;
}

@media(prefers-color-scheme: dark) {
	.day-event {
		background-color: #555;
		color: white;
	}
	.day-event-detail {
		zcolor: #888;
	}
	.calendar-event {
		color: #eee;
	}
	.calendar-event-detail {
		zcolor: #888;
	}
}

.upcomingdate {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px dotted #888888;
	padding: 5px;
	margin-bottom: 10px;
}

.upcomingevents {
	padding-bottom: 40px;
	xpadding-left: 20px;
}




/* END APP SPECIFIC STUFF */




.grayscale_d {
	filter: grayscale(20%);
}

meter {
  x-webkit-appearance: none;
     x-moz-appearance: none;
          xappearance: none;

  margin: 0 auto 0;
  width: 60%;

  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="-1"]::-webkit-meter-optimum-value { background: none; }
meter[value="0"]::-webkit-meter-optimum-value { background: red; }
meter[value="1"]::-webkit-meter-optimum-value { background: orange; }
meter[value="2"]::-webkit-meter-optimum-value { background: #ffff00; }
meter[value="3"]::-webkit-meter-optimum-value { background: #afe900; }
meter[value="4"]::-webkit-meter-optimum-value { background: #00ff27; }

/* Gecko based browsers */
meter[value="-1"]::-moz-meter-bar { background: none; }
meter[value="0"]::-moz-meter-bar { background: red; }
meter[value="1"]::-moz-meter-bar { background: orange; }
meter[value="2"]::-moz-meter-bar { background: #ffff00; }
meter[value="3"]::-moz-meter-bar { background: #afe900; }
meter[value="4"]::-moz-meter-bar { background: #00ff27; }

.meter-textx {
	margin-left: -40%;
}
.newbody {
	
}

select.dropdown {
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 39px;
  font-size: 1.2em;
  font-weight: bold;
  color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(25,25,25,0.5);
  background: url('dropdown.png') no-repeat 97% 20% rgba(25,25,25,0.5);
  background-size: 30px 30px;
}

.selectcontainer {
	display: flex;
	max-width: 90%;
	margin-bottom: 1em;
} 

.selectcontainer select {
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	color: #000;
	font-size: 1.2em;
	background-color: #fff;
	padding: 0.5em;
	flex: 1;
	margin-right: 1em;
	border: 1px solid rgba(128,128,128,0.5);
	border-radius: 0.2em;
}



select.dropdown:focus {
  outline: none;
  border-width: 1px solid #fecc33;
}


select.dropdown_compact {
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 40px;
  border: none;
  border-radius: 4px;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 1em;
  font-size: 1em;
  font-weight: bold;
  float: right;
  ccolor: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cbackground-color: black;
  background: url('dropdown.png') no-repeat;
  background-size: 30px 30px;
}


select.dropdown_compact:focus {
  outline: none;
}



fieldset {
	border-style: none;
}

.pure-input-1 {
	width: 95%;
}
.pure-input-1-2 {
	width: 45%;
}
.pure-input-1-4 {
	width: 25%;
}

.pure-form label {
	margin: 0px;
	display: inline-block;
}

input[type=text],input[type=email],input[type=password],input[type=url] {
    padding: 8px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 4px;
	outline: none;
	border: 1px solid #aaa;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=url]:focus {
    margin: 4px;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	}

input[type=time],input[type=date] {
    padding: 8px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 4px;
	outline: none;
	border: 1px solid #aaa;
}
input[type=time]:focus,input[type=date]:focus {
    margin: 4px;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	}

.notifyhistory {
	column-count: 2;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 20px;

}

input[type=checkbox],input[type=radio] {
    margin: 4px;
}

input[type="checkbox"],input[type="radio"] {
    xdisplay: none;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
	background: url('checkbox_bluelight.png') left top no-repeat;
    background-size: 60px 30px  !important;
}

input[type="checkbox"]:checked+label span {
	background-position-x: -30px;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url('./checkbox_bluelight.png') left top no-repeat;
    background-size: 60px 30px  !important;
}

input[type="radio"]:checked+label span {
	background-position-x: -30px;
}

@media(prefers-color-scheme: dark) {
}

select {
	color: #fff;
	background-color: #000;
}




input, textarea {
/*	background-color: rgba(255,255,255,0.6); */
		background-color: #fff;
		color: #000;

}



.togglebox {
	border: 1px solid #555; padding:5px; border-radius: 8px; margin-top: -1px; margin-bottom: 10px; width: 90%;
	overflow-y: scroll;
	max-height: 900px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #2d2d2d;

}

.schoolselector {
	border: 1px solid #555; padding:10px; border-radius: 10px; margin-top: 10px; margin-bottom: -1px; width: 90%;
	zoverflow-x: scroll;
	overflow-y: scroll;
	zmax-height: 400px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	clear: both;
}

.schoolselector_inner {
	column-count: 3;
	margin-top: 0px;
	column-fill: auto;
	zoverflow-x: scroll;
	zoverflow-y: scroll;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    #bbb;
   opacity:  1;
}

.myselect {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;   font-weight: 100;
	background-color: #080808;
	font-size: 24px;
	color: #eee;
}


.colorselect {
	background-color: #ff00ff;
}

.rabutton {
    border: #fecc33 solid 1px;
    text-align: center;
    background-color: rgba(34,106,164,0.3);
    border-radius: 0.3em;
    border: 1px solid #226ea4;
    padding: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0.1em;
    display: inline-block;
	color: black;
	float: right;
}

@media(prefers-color-scheme: dark) {
	.rabutton {
		color: white;
	}
}

.hgbutton, .schoolselectorbutton, .toggleboxbutton, .tabboxbutton {
    border: #fecc33 solid 1px;
    color: white;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px;
    display: inline-block;
}

.schoolselectorbutton, .toggleboxbutton {
    border: #555 solid 1px;
    color: #fecc33;
    width: 45%;
    margin: 0px;
    z-index: 999;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
	background-color: #2d2d2d;

}


.tabboxbutton {
	xbackground-color: rgba(45,45,45,1.0);
	background-color: #2d2d2d;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 46%;
    margin-top: 0px;
    border: #aaa solid 1px;
    color: #aaa;
    width: 45%;
    margin: 0px;
    z-index: 999;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;

}


.tabselected {
    zbackground-color: #fecc33;
    border: rgba(254,204,51,1.0) solid 1px;

    color: #fecc33;
}

.ssbleft {
    border-bottom-left-radius: 10px; 
    padding-left: 10px;
    padding-right: 0px;
}
.ssbright {
	margin-left: -1px;
    border-bottom-right-radius: 10px; 
    padding-left: 0px;
    padding-right: 9px;
}
.ssbcenter {
	margin-left: -1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -1px;

}
.ssb3 {
	width: 30%;
}
.ssbgray {
	color: #888;
}

.tbbleft {
    border-top-left-radius: 8px; 
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 0px;
}
.tbbright {
	margin-left: -1px;
    border-top-right-radius: 8px; 
    padding-left: 0px;
    padding-right: 4px;
}
.tbbcenter, .tabcenter {
	margin-left: -1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -1px;

}
.ttbtitle {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

.tbbonly {
	width: 90%;
	margin-left: 0px;
	margin-top: 5px;
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px; 
    padding-left: 0px;
    padding-right: 0px;	
    text-align: left;
    padding-left: 5px;
}

.tableft {
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
    padding-left: 5px;
    padding-right: 0px;
    margin-top: 5px;
}
.tabright {
	margin-left: 0px;
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
    padding-left: 0px;
    padding-right: 4px;
}


hr.cutline { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.cutline:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
	background-color: rgba(0,0,0,0.3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  color: #8c8b8b; 
  font-size: 18px; 
}


.hgdivider {
	text-align: center;
	width: 100%;
	height: 1px;
	background-color: #555;
	display: block;
	margin-top: 3px;	
}

.hgdfirst {
	margin-top:32px;
	background-color: #555;

}
.hgdlast {
	margin-bottom:32px;
		background-color: #555;

}
.hgdhoney {
			background-color: #fecc33;
}




.groupheader {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.groupheader_right {
	float: right;
	font-size: smaller;
	padding-right: 10%;
		margin-top: 35px;

}


.invitebutton {
    border: #fecc33 solid 1px;
    color: white;
    xborder: #665511 dotted 1px;
    xcolor: #333;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
    display: inline-block;
}

.smallbutton {
    border: #fecc33 solid 1px;
    color: #eee;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    font-size: smaller;
}


.invitedisabled {
    border: #665511 dotted 1px;
    color: #555;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.content {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100vh;
}

.innerblock {
	text-align: left;
	padding: 20px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}



a {
	xcolor: #ffcc55;
	color: #0055ee;
	border-bottom: 1px dotted #0055ee;
	font-weight: bold;
}

.showlinkiconsx a::after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
   	content: "\f08e";
}

@media(prefers-color-scheme: dark) {
	a { 
		color: #ffcc55; 
		font-weight: bold;
		border-bottom: 1px dotted #ffcc55;
	}
	a:visited { xcolor: #226ae4; }
}


.menuselected a {
	ccolor: #ffcc55;
}

.menu-lg {
	
}
.menu-md, .menu-sm {
	display: none;
}


.pure-g-menu {
	display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#mainnav {
	background-color: #1c1c1c;
	color: #fff;
	display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
}

.mainnav_item {
	display: inline-block;
	xwidth: 100%;
	xpadding: 10px;
	
	padding-top: 0.75em;
	padding-bottom: 5px;
	
	text-align: center;
	font-size: 1.8em;
	cursor: pointer;	
}
	
.menuselected {
}

.mainnav_item .pure-button, .navseparator .pure-button {
	background-color: #1c1c1c;
	color: #fff;
	opacity: 1;
/*	border-bottom-color: #444;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
*/
}

.pure-button-primary {
	margin-top: 16px;
	
}
.pure-button-disabled {
	background-color: #fff;
	color: #fff;
	opacity: 1;
}


.menutext {
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-size: smaller;
	margin-top: auto;
	margin-bottom: auto;
		display: inline-block;

}


.center {
	text-align: center;	
}

#copylink {
 	font-size: smaller;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 10px;
		margin-left: 20px;
	margin-right: 20px;
	color: #000;

	z-index: 100;
	padding-top: 10px;
	background-color: rgba(255,255,255,0.5);

	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}

#copylink a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #00f;
}

.footlink_left {
	float: left; display: inline-block;  padding-left: 5px;
	xborder-right: 1px dotted #aaa;
	padding-right: 5px;
	margin-right: 5px;
}

.footlink_center {
	display: inline-block;  padding-left: 5px;
}

.footlink_right {
	float: right; display: inline-block;  padding-right: 5px;
}

.bannermessage {
	display: block; 
	position: fixed;
	bottom: 5em;
	left: 0px;
	right: 0px;
	color: black;
	text-align: left;
	z-index: 50000;
	padding: 1em;
	backdrop-filter: blur(10px);
	--webkit-backdrop-filter: blur(10px);
}
.banner_icon {
	font-size: 2.5em;
	float: left;
	margin-right: 0.5em;
}
.banner_inner {
	font-size: 1.3em;
	font-weight: 600;
}
.banner_icon, .banner_inner {
	opacity: 1.0;
	color: black;
}

.banner_when {
	font-weight: bold;
	font-style: italic;
	float: right;
	padding: 0.5em;
}
.bannermore {
	font-size: 0.8em;
}
.bannermore span {
	border-bottom: 1px dotted #000;
}


@media(prefers-color-scheme: dark) {
	.banner_icon, .banner_inner {
		color: white;
	}
	.bannermore span {
		border-bottom: 1px dotted #fff;
	}
}


.footlinks {
	display: block; 
	background-color: rgba(20,20,20,0.8);
	position: fixed;
	height: 5em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: white;
	text-align: left;
	vertical-align: middle;
}

.footer_msd_logo {
	display: inline-block;
	padding-left: 5px;
}
.footer_msd {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	top: 15px;
}
.footer_wa {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	top: 0px;
	bottom: 0px;
	padding-top: 18px;
	left: 160px;
	border-right: 1px solid #555;
	padding-right: 20px;
}
.footer_copy1 {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	top: 20px;
	left: 315px;
}
.footer_copy_logo {
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 358px;
}
.footer_copy2 {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	top: 20px;
	left: 390px;
}
#topbar {
	xposition: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
	height: 100px;
	min-height: 90px;
	z-index: 100;
	xfilter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
	box-shadow: 5px 3px 10px rgba(0,0,0,0.5);

}



.titledate {
	display: inline-block;
	vertical-align: top;
}

#prevday {
	xposition: absolute;
	margin-top: 0.3em;
	zleft: 85px;	
	cursor: pointer;
	xmax-width: 3em;
}
#nextday {
	xposition: absolute;
	margin-top: 0.3em;
	zleft: 105px;	
	cursor: pointer;
	xmax-width: 3em;
}
.titledateselector {
	display: inline-block;
	xposition: relative;
	xtop: 45px;
	xleft: 85px;
	font-size: 1em;
}

#calendarbar {
	z-index: 90;
}

.logocontainer {
	float: left;
	padding: 9px;
}

.logoimage2 {
	width: 100px;
		vertical-align: middle;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.20);
}


a {
	text-decoration: none;
}
 a.hover {
	text-decoration: underline;
	 
 }

.calevent {
	width: 100%;
	vertical-align: top;
}

.calevent-title {
}


.bigtextarea, .xbigtextarea {
	width: 85%;
	min-height: 100px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
}

.bigtextarea:focus {
	border: none;
	outline: 1px dotted #fecc33;
	outline-offset: 5px;
	margin: 6px;
}

.charNum {
	display: inline;
	font-size: smaller;
}

.vertical-text {
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

.titledate {
	margin-top: 0.2em;
	xmargin-left: 0.75em;
    font-size: 1.7em;
}

.titledate_day {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;	
    xfont-size: 1.5em;
	font-weight: bold;
	xpadding-left: 2px;
	xpadding-top: 0px;
	xvertical-align: middle;
	xtext-shadow: 3px 3px 5px rgba(0,0,0,0.2);

}
.titledate_date {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;	
	font-weight: bold;
	xpadding-left: 5px;
	xvertical-align: middle;
	xmargin-top: -30px;
	display: inline-block;
	xtext-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	xfont-size: 3em;
}

.titledate_month {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;	
    xfont-size: 1.1em;
	font-weight: normal;
	xpadding-left: 0px;
	xvertical-align: middle;
	xmargin-top: -10px;
	display: inline-block;
}
.titledate_year {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;	
    xfont-size: 1.0em;
	font-weight: normal;
	xpadding-left: 5px;
	xvertical-align: middle;
	xmargin-top: -10px;
	display: inline-block;
}
.prevnext_button {
	font-size: 2em;
	xfilter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
}

#prevday {
	xmargin-right: 20px;
}
#nextday {
	xmargin-left: 0.5em;
}

.bigtitle {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;    font-weight: 200 !important;
	font-style: italic;
	font-size: 1.8em;
	padding-left: 30px;
	padding-top: 10px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.consoleversion {
	margin-top: 15px;
	margin-left: 30px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
}

#mobilenav {
	display: none;
	clear: left;
}

.underlinerow {
	border-bottom: 1px dotted #777;
	padding-top: 5px;	
	padding-bottom: 5px;	
}

.pagetitle {
	padding: 0px;
	padding-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}




.striped th {
	background: #999;
	color: #000;
}

.striped tr:nth-child(even) {
	background: #555;
		color: #fff;

}

.striped tr:nth-child(odd) {
	background: #222;

	color: #fff;
}




.disableditem {
	color: #aaa;
}


	
.greenbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(42, 255, 117, 0.70);
	background-color:rgba(42, 255, 117, 0.30);

	vertical-align: middle;
	color: rgba(42, 255, 117, 1.0);
	font-weight: bolder;
}
.redbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 50, 50, 0.70);
	background-color:rgba(255, 50, 50, 0.30);

	vertical-align: middle;
	color: rgba(255, 50, 50, 1.0);
		font-weight: bolder;
}

.yellowbutton {
	padding: 6px;
	
	border-radius: 3px;	

	text-align: center;
	
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 194, 84, 0.80);
	background-color:rgba(255, 194, 84, 0.30);

	vertical-align: middle;
	color: rgba(255, 194, 84, 1.0);
	font-weight: bolder;
}


.hgimage {
	width: 280px;
}


.pure-button {
	background-color: #f0c04f;
	color: #000;
}

/* file chooser */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    border: #fecc33 solid 1px;
    color: white;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */

}

.inputfilename {
	min-width: 200px;
	margin-right: 10px;
}

.zinputfile:focus + label,
.inputfile + label:hover {
    background-color: #f0c04f;
    color: black;
}

.zinputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}


div.tweetcontent img {
	max-width: 100%;
	}


.clickable {
	cursor: pointer;
}
.clickable:hover {
	background-color: #ddd;		
}
@media(prefers-color-scheme: dark) {
	.clickable:hover {
		background-color: #333;
		color: #fff !important;		
	}
}

.swal2-popup.swal2-modal {
	padding-top: 0px !important;
}

.swal2-modal .swal2-header {
	padding-top: 1.25em !important;
	background-color: #226EA4;
	border-bottom: 2px solid #183573; 
}
.swal2-modal .swal2-header .swal2-title {
	color: #fff !important;
}

.swal2-toast #swal2-content {
	padding-left: 1em;
}

#swal2-content {
	padding-top: 1em;
}

.swal-scrollable2 {
	overflow-y: scroll;
	max-height: 60vh;	
}

.swal-scrollable {
	overflow-y: auto;
	max-height: 60vh;	
}


#feedpane {
	display: none;
	xbackground-color: orange;
	background-color: rgba(128,128,128,0.1);
	overflow-y: scroll;
	z-index: 100;
	border-left: 2px solid rgba(128,128,128,0.2);
}
#feedpane_inner {
	margin: 1em;
	color: #000;
}
#feedpane_inner img {
	max-width: 98%;
}

.hidewhen3pane {
}

.showwhen3pane {
	display: none;
}

.pin {
	float: right;
	xmargin: 0.5em;
	font-size: 1.2em;
}

/* Device-specific styles -------------------------*/

@media screen and (min-width: 1400px) {
	.mainpane {
		right: 36em;
	}	
	#topbar {
		right: 36em;
	}
	#feedpane {
		width: 36em;
	}
}


@media screen and (min-width: 1300px) {
	.mainpane {
		right: 32em !important;
	}	
	#topbar {
		right: 32em !important;
	}
	#feedpane {
		width: 32em !important;
	}
}

.mainpane.forcefullwidth {
	right: 0em !important;
}
#topbar.forcefullwidth {
	right: 0em !important;
}

@media screen and (min-width: 1024px) {
	.mainpane {
		right: 24em;
	}	
	#topbar {
		right: 24em;
	}
	.footlinks, .bannermessage {
		xright: 30em;
		xmin-width: 50%;
	}
	
	#feedpane {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 24em;
		bottom: 0px;
		display: block;
	}
	
	.hidewhen3pane {
		display: none;
	}
	.showwhen3pane {
		display: inline-block;
	}
	
	.selectcontainer select {
		font-size: 1.1em !important;
		padding: 0.1em !important;
		margin-right: 0em !important;
		}
	.selectcontainer .popup_icon {
		font-size:  0.9em;
	}
	.selectcontainer {
		margin-top: 0.5em;
	}
}

	
}

.hidewhensmall {
	display: none;
}
.showwhensmall {
	display: inline-block;
}


@media screen and (min-width: 900px) {
	.widenavtext {
		display: inline-block;
	}	
	
	.appbutton {
		font-size: 1.1em;
		margin-bottom: -1em;
	}
	

}


/* ipad landscape */
@media screen and (max-width: 1024px) {

	.menu-lg {
		display: none;
	}
	.menu-md {
		display: block;
	}
	.menu-sm {
		display: none;
	}

	.notifyhistory {
		column-count: 2;
	}
	
	.schoolselector_inner {
		column-count: 3;
	}




}

/* tweener windows/tablets */
@media screen and (max-width: 950px) {
	.hidewhenmedium {
		display: none;
	}
}

/* ipad portrait, narrow windows and tablets */
@media screen and (max-width: 800px) {
	
	.bigtitle {
		font-size: 1.6em;
		padding-left: 30px;
		padding-top: 15px;
		vertical-align: middle;
	}	
	.mainpane {
	}
	
}

/* ipad portrait */
@media only screen and (max-width: 767px) {
	body {
		xfont-size: 14px;
		
    /* The file size of this background image is smaller
       to improve page load speed on mobile internet connections */
  }

	.sidebarbutton 
	{
		xfont-size: 1.2em;
	}
	
	.mainpane {
	}	

	.hidewhensmall {
		display: none !important;
	}	
	
#copylink {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
#copylink_nav {
	display: none;
}

.mainnav_item {
	xwidth: 160px;
}
.mainmenu_p2 {
	width: 160px;
}


.logoimage2 {
	width: 100px;
		vertical-align: middle;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.20);
}

.menutext {

	padding-left: 5px;
}
	.notifyhistory {
		column-count: 1;
			width: 95%;

	}

	.schoolselector {
		width: 94%;
	}
	.schoolselector_inner {
		column-count: 3;
	}

	.schoolselectorbutton {
	    width: 47%;
	}
	.ssb3 {
		width: 31.3%;
	}
}

/* iphone6+ landscape */
@media only screen and (max-width: 650px) {
	
	.mainpane {
		right: 0px;
	}
#mobilenav {
	display: block;
}
	.pane {
		padding-right: 0px;
	}
	.popup_container {
	left: 0px;
	right: 0px;
	}

.logocontainer {
	float: left;
	padding: 4px;
}

.logoimage2 {
	width: 70px;
		vertical-align: middle;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.20);
}

.bigtitle {
	font-size: 1.4em;
	padding-left: 30px;
	padding-top: 15px;
	vertical-align: middle;
}
.xconsoleversion {
	padding-top: 5px;
	padding-left: 35px;
}

	body {
		font-size: 14px;
		}
    /* The file size of this background image is smaller
       to improve page load speed on mobile internet connections */
    /*background-image: url(background-photo-mobilez.jpg);*/



	.menu-lg {
		display: none;
	}
	.menu-md {
		display: none;
	}
	.menu-sm {
		display: block;
	}

	.mainnav_item {
		text-align: center;
	}
	.menuselected {
		xborder-bottom: 1px solid #444;	
	}
	
	.content {

	}
	#copylink {
		margin: 0px !important;
		padding: 10px !important;
		padding-top: 0px !important;

	}	
	
	
	input[type=text],input[type=email],input[type=password],input[type=url] {
    	font-size: 16px;
	}
	
	.selectcontainer select {
		max-width: 200px;
	}	
	
}

@media only screen and (min-width: 650px) {

	.appbutton {
		xfont-size: 1.1em;
		margin-bottom: -1em;
	}
	
	#widenav {
		display: inline-block;
	}
	
	#more_menu {
		display: none;
		font-size: 2em;
	}
		
	#sidebarview {
		max-width: 15em !important;
		display:block !important;
		position:fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		z-index: 10000;		
	}
	#sidebarview2 {
		max-width: 15em !important;
		display:block !important;
		border-right: 3px solid #226EA4;
		}
		
	.sidebarbutton {
		xfont-size: 0.8em;
	}
		
	.mainpane {
		left: 15em;
		xwidth: 70%;
		}
	#monthview {
		xleft: 20em;
		}
	#topbar {
	}
	.topbar_logox {
		width: 70px;
		height: 70px;
		margin: 5px;
		margin-left: 10px;
		border-radius: 1em;
	}
	
	.topbar_logox img {
		width: 70px;
		height: 70px;
		border-radius: 1em;
		display: inline-block;
		overflow: hidden;
	}
	
	.footlinks {
		height: 3.5em;
	}
	.bannermessage {
		bottom: 3.5em;
	}
	#bodycontainer {
		bottom: 4em;
	}
	#appview {
		bottom: 3.5em;
	}
	
	#prevday {
		zleft: 95px;	
	}
	#nextday {
		zleft: 115px;	
	}
	.titledate {
		left: 165px;
	}
	.titledateselector {
		left: 95px;
	}

	.hidewhenlarge {
		display: none;
	}
	.hidewhensmall {
		display: inline-block;
	}
	.showwhensmall {
		display: none;
	}
	.footlinks,.bannermessage {
		left: 15em;
	}
	.popup_container {
		left: 50%;
	}
	.mainnav_item {
		padding-top: 0.5em;
		padding-bottom: 5px;		
		font-size: 1.3em;
	}	
	
	.swal2-html-container {
		overflow-y: auto;
		max-height: 75vh;	
	}
	
	.swal2-html-container.swal-scrollable {
		overflow-y: auto;
		max-height: 75vh !important;	
	}

	.swal-scrollable {
		overflow-y: auto;
		max-height: 75vh !important;	
	}
	
	.swal2-html-container.swal-scrollable2 {
		overflow-y: auto;
		max-height: 60vh;	
	}
	
	
	
	
}



/* social stream styles */

#socialcontainer {
	text-align: left;
	padding: 0.5em;
}

.tweethighlight { color: #0055ee; } 
.highlight_over_img { color: #226EA4; }
.tweetheading { background-color: transparent; padding: 0px; overflow-x: hidden; overflow-y: hidden; color: #000000; margin-top: 0.2em;  padding-top: 0.2em; } 
.tweetblock { background-color: transparent; xpadding-bottom: 10px; max-width: 100% !important; border-top: 1px solid #888; xborder-bottom: 1px solid #888; padding-top: 0.5em; margin-top: 1em;}
.tweetcontent { padding: 8px; color: #555; font-size: 16px; clear: left; } 
.tweetfooter { color: #888; font-size: 14px; float: none; padding-left: 5px; } 
.tweetheading1 { color: #333; font-size: 16px; line-height: 18px; display: inline-block; vertical-align: top;overflow-x: hidden;} 
.tweetheading2 { color: #888888; font-size: 0.8em; line-height: 18px; overflow-x: hidden; } 
.tweetheading .highlight { text-decoration: none; color: #226EA4; border-bottom: 1px dotted #333;} 
.avatar { width: 40px; height:40px; margin-right: 10px; display: inline-block; color: #333; } 
.avatar img { width: 100%; height: 100%; } 
.retweet { font-size: smaller; color: #777; margin-top: 8px;}

.insta img { width: 99%; clear: both; margin-bottom: 1em;}


@media(prefers-color-scheme: dark) {
	#socialcontainer {
	}
	.tweethighlight { color: #0055ee; } 
	.highlight_over_img { color: #ffcc33; }
	.tweetheading { background-color: transparent; padding: 0px; overflow-x: hidden; color: #ffffff;  } 
	.tweetblock {  border-top: 1px solid #555;  }
	.tweetcontent { padding: 8px; color: #eee; font-size: 16px; clear: left; } 
	.tweetfooter { color: #888; font-size: 14px; float: none; padding-left: 5px; } 
	.tweetheading1 { color: #bbb; font-size: 16px; line-height: 18px; display: inline-block; vertical-align: top;overflow-x: hidden;} 
	.tweetheading2 { color: #888888; font-size: 0.8em; line-height: 18px; overflow-x: hidden; } 
	.tweetheading .highlight { text-decoration: none; color: #ffcc33; border-bottom: 1px dotted #eee;} 
	.avatar { width: 40px; height:40px; margin-right: 10px; display: inline-block; color: #eee;} 
	.avatar img { width: 100%; height: 100%; } 
	.retweet { font-size: smaller; color: #999; margin-top: 8px;}
	#markdowntab { color: #eee; } 
	#feedpane_inner { color: #fff; }
	#feedpane { }
	.togglebutton { color: white; }
}

