<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*===========================================
	howto LinkBuds lampstatus.css
=============================================*/

#contents table.tbl_charge{
	width: 90%;
	text-align: center;
	margin: auto;
	border: 1px solid #eee;
}

#contents table thead th{
	border: 1px solid #ccc;
	padding: 10px 0;
}

#contents table thead th:first-child{
	width: 50%;
}
#contents table tbody th,
#contents table tbody td{
	border: 1px solid #ccc;
	padding: 0 10px;
}

#contents table td figure{
	margin: 1em auto;
    width: 90%;
}

#contents table td figure figcaption{
	margin: 0;
	font-size: 0.929rem;
	text-align: center;
}

#contents table td figure .flex{
    justify-content: space-around;
	margin-bottom: 5px;
} 

#contents table td figure .flex img:not(.purple_arrow){
	width: 90px;
}

@media (max-width: 640px){	
	#contents figure img.top{
		max-width: 200px;
	}
    
    #contents table td figure img:not(.purple_arrow){
	    max-width: 90px;
    }
	
}
</pre></body></html>