@import "https://bootswatch.com/3/paper/bootstrap.min.css"; 

.ex-menu {
  margin-top: 30px;
}
.ex-right {
  float: right !important;
}
.ex-title {
  color: #444444;
  font-size: 2.2em;
}
.ex-title-mee {
  color: #838282;
}
.ex-gray {
  color: #a8a7a7;
}
.ex-item {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  margin-bottom: 23px;
  background-color: #ffffff;
  padding: 15px;
}
.ex-item-selected {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(7, 143, 59, 0.3);
  margin-bottom: 23px;
  background-color: rgba(7, 143, 59, 0.3);
  padding: 15px;
}
.ex-item-time {
  font-weight: 500;
  font-size: 1.6em;
}
.ex-item-date {
  color: #a8a7a7;
  font-size: 1.6em;
}
.ex-item-ago {
  font-size: 1em;
}
.ex-item-message {
  font-size: 2em;
}
.ex-item-sm > span {
  font-size: small !important;
  color: #444444 !important;
}
.ex-list-a:hover > div {
  box-shadow: 0 1px 4px rgba(13, 31, 194, 0.7) !important;
}
.ex-footer {
  margin-top: 80px; 
  margin-bottom: 120px;
  text-align: center;
}
.ex-about {
  color: #a8a7a7;
  display: block;
  font-size: 4em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.67em 0;
  margin-top: 23px;
  margin-bottom: 11.5px;
}
.ex-about-text {
  display: block;
  font-size: 1.2em;
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 20px;
}
.ex-now {
  display: inline-block;
}
.ex-profil {
  display: inline-block;
}
.ex-now-time {
  display: block;
  color: #444444;
  font-size: 2.1em;
  line-height: 1.1 !important;
}
.ex-now-date {
  display: block;
  color: #929191;
  font-size: 1em;
  line-height: 1 !important;
  text-align: right;
}
.ex-link {
  font-weight: 400;
  box-shadow: none;
  color: #929191;
  border-radius: 2;
  border-color: transparent;
  background-color: transparent;
  padding: 6px 16px;
}
.ex-link:hover {
  font-weight: 400;
  box-shadow: none;
  color: #ffffff;
  border-radius: 2;
  border-color: #2196f3;
  background-color: #2196f3;
}
.ex-link:focus {
  color: #ffffff;
  color: #2196f3;
}
.ex-link:active {
  color: #ffffff;
  color: #2196f3;
}
.ex-link-delete {
  font-weight: 400;
  color: #929191;
  border-radius: 2;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
  padding: 6px 16px;
}
.ex-link-delete:hover {
  color: #ffffff;
  border-radius: 2;
  border-color: #e02525;
  background-color: #e02525;
}
.ex-link-delete:focus {
  color: #e02525;
}
.ex-link-delete:active {
  color: #e02525;
}