.selector-for-some-widget {
  box-sizing: content-box;
}
.navbar{
  margin-bottom: 10px;
}
.bg-primary{
  background-color: #0daaa9 !important;
}
.table-primary, .table-primary>td, .table-primary>th{
  background-color: #a9e9e3;
}
input[type="datetime-local"]{
  padding-right:0px;
}
.bordered-element {
  border-left: 2px solid black; /* 左側の枠線のスタイルを指定 */
  border-right: 2px solid black; /* 右側の枠線のスタイルを指定 */
  padding: 10px; /* コンテンツと枠線の間に余白を設定する場合 */
}
.border-title {
  border-top: 2px solid black;
}
.last-row{
  border-bottom:2px solid black;
}