.bought { text-decoration:line-through; }
.column {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
    display: inline-grid;
    flex-grow: 0;
}
p {
    align-items: center;
    display: flex;
    /* from https://stackoverflow.com/questions/5166574/vertical-align-text-in-block-element */
    /* above 2-lines to align text vertically */
}
.my-push-right { margin-right: 10px; }
.my-pad-text {
    line-height:  1.2;
    padding: 0.5rem;
    font-size: 0.9rem;
}
.my-pad-icon {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    display: inline-grid;
    height: 100%
}
.my-tweak-submit-line {
    margin-left: -5px;
    margin-top: -8px;
    padding-bottom: 3px;
}
.my-left-padding {padding-left: 0.4rem;}
.hidden {display:none;}
.shown {display:block;}
.center-me { text-align:center; }

ul {
    list-style: none;
}

ul.messages li {
	position: relative;
	font-size: 16px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

li:last-child {
	border-bottom: none;
}

li time {
	font-size: 12px;
	padding-bottom: 20px;
}

form, .error {
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
}
table {
    border-collapse: collapse;
}

td {
    width: 100px
}
