/* Вар 1 
.btn-primary{background-color:#149bd5;}
.btn-primary:hover{background-color:#0f7aa8;}
.btn-primary:active{background-color:#4b5586;}
*/
/* Вар 2 */
.btn-primary{background-color:#4b5586;}
.btn-primary:hover{background-color:#149bd5;}
.btn-primary:active{background-color:#2e8b57;}

.btn-outline-primary{background-color:;}
.btn-outline-primary:hover{background-color:#149bd5;}
.btn-outline-primary:active{background-color:#2e8b57;}


table.cwd{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.cwd th{font-weight:normal;font-size:14px; color:#ffffff;background-color:#354251;}
table.cwd td{font-size:13px;color:#000000;}
table.cwd td,table.cwd th{white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #354251;}	table.cwd tr:hover{background-color:#e0e0e0}
table.cwd tr:hover td{color:#000000;cursor:default;}

/*
.body {flex: 1;flex-direction: column;display:flex; align-items:center; justify-content:center;align-self:normal;}
*/