p {
margin: 10px 0px;
}
table.liste {
border-collapse: collapse;
margin-top: 20px;
width:auto;
}
table.liste th {
border: solid 1px black;
width:auto;
padding: 6px;
}
table.liste td {
border: solid 1px black;
padding: 6px;
}
table col.hvt {
text-align: center;
}
table col.milligram {
font-weight: bold;
}
table col#milligram {
font-weight: bold;
}
select {
width: auto;
padding: 18px 28px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
select {
background-image:
linear-gradient(45deg, transparent 50%, gray 50%),
linear-gradient(135deg, gray 50%, transparent 50%),
linear-gradient(to right, #ccc, #ccc);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 1.5em;
background-repeat: no-repeat;
}
.select {
position: relative;
display: block;
width: 10em;
height: 2.8em;
line-height: 2.5;
overflow: hidden;
border-radius: .15em;
}
select {
width: auto;
height: 100%;
margin: 0;
padding: 0 0 0 0.3em;
color: #000000;
cursor: pointer;
}
@media screen and (max-width: 600px) {
table.liste th {
border: solid 1px black;
width:auto;
padding: .1px;
}
table.liste td {
border: solid 1px black;
padding: .1px;
}
select {
width: 100%;
padding: 18px 28px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
select {
width: auto;
height: 100%;
margin: 0;
padding: 0 0 0 0.3em;
color: #000000;
cursor: pointer;
}
}
#mg{
background-color:transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
function setvalues() {
var stof = document.getElementById("stof").value;
}
function doOmregn() {
var forhold = new Array(0.5,5.5,25,20,0.5,10,1,10,20,0.5,20,15);
var e = document.getElementById("stof");
document.getElementById("stofval").value = e.options[e.selectedIndex].text;
stof = document.getElementById("stof").value;
if (stof >= 0) {
var mg = document.getElementById("mg").value;
document.getElementById("mgval").value = mg;
mg = mg.replace(",", ".");
if (mg > 500) {
alert("Den angivne mængde af det aktive stof overstiger 500 mg – kontrollér venligst indtastning");
document.getElementById("mgval").value = 0;
document.getElementById("mg").value = 0;
return;
}
//mgval = mgval.replace(".", ",");
for (var i = 0; i < 15; i++) {
var divisble = forhold[stof];
var whole = Math.round(((forhold[i] * mg) / divisble) * 1000) / 1000;
document.getElementById("celle" + i).innerHTML = whole + " mg";
}
} else {
for (var i = 0; i < 15; i++) {
if (document.getElementById("celle" + i) != null) document.getElementById("celle" + i).innerHTML = "";
}
}
}
Styrkemæssig sammenligning af
Indtast antal milligram af det præparat, du vil sammenligne med de andre præparater
mg mg <!--Change the below values for adding a value / making changes to the existing one with a Registered <!--symbol in the below lines. Normally any line starts with| Præparat | mg | Halveringstid (timer) |
|---|---|---|
| Alprazolam (Alprazolam, Alprox®, Tafil®) | 6-12 | |
| Bromazepam (Bromam®, Lexotan®) | 10-20 | |
| Chlordiazepoxid (Klopoxid, Risolid®) | 5-30 | |
| Clobazam (Frisium®, Silocalm) | 12-60 | |
| Clonazepam (Rivotril®) | 18-50 | |
| Diazepam (Apozepam®, Diazepam, Hexalid®, Stesolid®) | 20-100 | |
| Lorazepam (Lorazepam, Temesta®) | 10-20 | |
| Nitrazepam (Nitrazepam) | 15-38 | |
| Oxazepam (Oxabenz®, Oxazepam, Oxapax) | 4-15 | |
| Triazolam (Halcion®) | 2 | |
| Zolpidem (Stilnoct®, Zolpidem, Zonoct) | 5 | |
| Zopiclon (Imovane®, Imozop®, Zopiclone, Zopiclon) | 5-6 |