body {
	max-width: 800px;
	margin: auto; /* 2022.04.17 */
/* 	background-repeat:no-repeat; */
	background-position: center center;
	overflow-y: scroll;
}
.container-fluid {
	background-color: inherit;
}

@keyframes mymove {
	50% {background-size: 500px;}
}
nav {

}
a.custom-card,
a.custom-card:hover {
  color: inherit;
}
button {
	margin:1px !important;
}
.clear {
	clear: both;
}

.abc {
    width: 78px !important;
}
.list-group h2 .badge {
/* 	display: flex; */
/* 	margin-left: auto; */
	float:right;
}

.item-closed, .item-closed2, .mainmenu-item {
  /*background-color: #cccccc;*/
  display: none;
}

.item-clickable:hover {
	cursor:pointer;
}

.btn {
	line-height: 2.5 !important;
}

@media (max-width: 600px) {
    .btn, .btn-group {
        width:100%;
        margin-bottom: .75em;
    }
}
.left {
	float: left;
}
.right {
	float: right;
}
#totop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
.list-group.topbordered {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group.topbordered.yellow {
	border-color: #d39e00;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
h4 {
	border-top: 1px dashed gray;
	border-radius: 5px;
}
.exit-float {
	margin-left: auto;
}
.exit-float a {
	color: #dc3545 !important;
}
dfn {
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: dashed;
}

.form-check-input {
	margin-left: 0px !important;
}
.form-check-label {
	margin-left: 1.25rem !important;
}

/*
.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
 */
