r {
    color: red;
	font-size: 80%;
}
n {
    color: #808080;
    font-size: 90%; 
    width: 100%;    
}

.hidden {
    display: none;
}
.checks {
    font-size: 120%;
}
.checks td {
    padding: 5px;
}

hr {
    margin: 2rem 1rem;
    border-bottom: 1px solid lightgrey;
}


.counting {
    text-align: center;
    padding-bottom: 40px;
    width: 70%;
    margin: auto;
}
.counting .full {
    margin: auto;
    display: inline-block;
    border: 1px solid rgb(206, 206, 206);
    width: 100%;
    border-radius: 10px!important;
}
.counting .full .cur {
    height: 5px;
    transition: all 0.4s linear;
    border-radius: 10px!important;
}


.form-check {
    margin-left: 20px;
}

.hold {
	padding: 20px 0;
	margin: 0;
	margin-bottom: 50px;
    background-color: white;
}

.hold .desc p {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.hold .desc {
	position: relative;
	top: 0;
}

.show, 
.remove {
	margin-bottom: 10px;
}

footer {
	margin: 50px 0;
}

.receipt {
    margin: auto;
}
.receipt td {
    padding: 5px 15px;
    font-size: 120%;
    font-weight: 400;
}
.receipt .m {
    text-align: right;
}
.receipt .sub td {
    border-top: 1px solid grey;
    border-bottom: 0;
    font-weight: 500;
}

.counters {
    font-size: 85%;
    color: grey;
}


.raw-html {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}