.elem-err {
    border-radius: 10px; 
    box-shadow: inset 0px 0px 10px 0px red; 
    padding: 15px;
}

.font-bold {
    font-weight: bold;
}

.text-white {
    color: white;
}

.text-medium {
    font-size: medium;
}

.text-large {
    font-size: large;
}

.text-xlarge {
    font-size: x-large;
}

.cursor-pointer{
  	cursor: pointer;
}

.block-inline {
	display: inline-block;
}

.flow-root {
    display: flow-root;
}

.width-max {
    width: 100% !important;
}

.margin-sides-10 {
    margin-left: 10px; 
    margin-right: 10px;
}

.table-padding-sides th, .table-padding-sides td {
    padding-left: 10px; 
    padding-right: 10px;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}