body {
    font-family: Montserrat,sans-serif;
}
#onAddLister {
    align-items: center;
    background: #E7313C;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: -moz-flex;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin: auto auto 30px;
    padding: 15px 30px;
    width: max-content;
    margin-top: 20px;
    border: 3px solid #fff;
    transition: .2s;
}
#onAddLister:hover{
    cursor: pointer;
    border: 3px solid #E7313C;
}
#convertForPrint {
	width: 200px;
    align-items: center;
    background: #E7313C;
    border-radius: 0;
    color: #fff;
    display: -moz-flex;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin: 15px auto 30px;
    padding: 15px 0px;
    border: 3px solid #fff;
    transition: .2s;
}
#convertForPrint:hover{
    cursor: pointer;
    border: 3px solid #E7313C;
}
#convertForDown {
	width: 200px;
    align-items: center;
    background: #E7313C;
    border-radius: 0;
    color: #fff;
    display: -moz-flex;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin: 15px auto 30px;
    padding: 15px 0px;
    border: 3px solid #fff;
    transition: .2s;
}
#convertForDown:hover{
    cursor: pointer;
    border: 3px solid #E7313C;
}
table{
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
}
table th{
    padding: 5px;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
}
table td{
    padding: 5px;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    position: relative;
    vertical-align: middle;
}
.form-control{
    width: 100%;
    height: 54px;
    outline: none;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #c6c3d6;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    box-sizing: border-box;
}
.like-a-input{
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    color: #212529;
    display: -moz-flex;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 50px;
    line-height: 1.5;
    outline: 0;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.table-of-results .list-result thead th {
    background: #e1e1e1;
    border: 2px solid #fff;
    color: #1b1b1b;
    font-size: 12px;
    padding: 20px 10px;
    text-align: center;
}
.table-of-results .list-result #pasteResults tr {
    border: 1px solid #e9e9e9;
    background: #fff;
}
.table-of-results .list-result #pasteResults tr:hover td {
    border-color: #cccccc;
    background: #ededed;
}
.table-of-results .list-result td {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #1b1b1b;
    font-size: 12px;
    padding: 20px 10px;
    transition: all .2s ease;
}
.table-of-results .list-result tbody td.delRow {
    display: flex;
    justify-content: center;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}
.table-of-results .list-result tbody td.delRow:hover {
    background: #E7313C !important;
    color: #fff;
}

.result-sb{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result-sb-btn{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result-f{
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result-sb .total-res{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    background: #e1e1e1;
    border: 1px solid #fff;
}
.result-sb-btn .total-res{
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
}
.title-res{
    padding: 20px 20px 10px 20px;
}
.total-res span{
    padding: 10px 0 20px 0;
    font-size: 32px;
}
.anno{
	font-size: 12px;
}
.table-of-motors select{
	color: #000;
}
.table-of-motors input{
	color: #000;
}