body {
  font-family: sans-serif;
  margin: 0px;
}

#header {
  padding-top: 10px;
  font-family: sans-serif;
}

#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: sans-serif;
}

#mini-header {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1em;
}

#dashboard {
  margin: 0 auto;	
	max-width: 948px;
}

#app {
  height: calc(100vh - 95px);
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 948px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.simple-table {
  border-collapse: collapse;
  font-family: sans-serif;
}

.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.styled-table th {
  padding: 12px 15px;
}

.styled-table td {
  height: 30px;
  padding: 12px 15px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.styled-table tbody tr:hover {
  font-weight: bold;
  color: #009879;
  cursor: pointer;
}

.cool-field {
  font-size: 16px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#shares {
  vertical-align: middle;
}

p {
  margin: 0px;
}

img{
  vertical-align: middle;
}

button {
  appearance: none;
  background-color: #009879;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #f9fafb;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 500;
  list-style: none;
  margin: 0px;
  padding: 1px 5px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

#create-button {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 16px;
}

.spanAnon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url('img/anon.jpeg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  padding-top: 2px;
}
