body{
  font-family: Arial, sans-serif;
  background-color:white;
  margin: 0;
  padding: 0;
}

a,a:visited {
  color: rgb(29,109,207);
  text-decoration: none;
}

a:hover {
  color: rgb(29,109,207);
  text-decoration: underline;
}

a:active {
  color: rgb(102,171, 255);
  text-decoration: underline;
}

div#ram{
  margin-left: 3%;
  margin-right: 3%;
}

div#tillbaka{
  background-color: rgb(93,178,255);
  color: white;
  cursor: pointer;
  padding: 8px;
  margin-top: 1%;
  margin-bottom: 2%;
  width: max-content;
}

div#tillbaka:hover{
  background-color: rgb(38, 129, 214);
}

h1 {
  color:black;
}

table {
  background-color: white;
  border: 1px solid rgb(204,204,204);
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2%;
}
  
th {
  background-color: rgb(239,239,239);
  border-bottom: 1px solid rgb(204,204,204);
  text-align: left;
  padding: 7px;
  font-family: Arial;
  font-size: 14px;
}
  
  
tr{
  height: 32px;
  border-bottom: 1px solid rgb(204,204,204);
}

tr:hover{
  background-color:#F5F5F5;
}

td.ikon{
  width: 34px;
}

td{
  padding-left: 6px;
}



/* Dator */
@media only screen and (min-width: 768px){
  table {
    background-color: white;
    border: 1px solid rgb(204,204,204);
    border-collapse: collapse;
    width: 40%;
    margin-bottom: 1%;
  }
}


