/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 6. jan. 2025, 14.39.10
    Author     : arboe
*/
div#axx{

    position: relative;
    left: 50px;
    width: calc(100% - 100px);
    border: 1px solid black;
    background-color: RGB(224,247,224);
    padding: 5px;
    text-decoration: none;
}

div#bxx{

    position: relative;
    left: 50px;
    width: calc(100% - 100px);
    border: 1px solid black;
    background-color: RGB(224,247,224);
    padding: 5px;
    text-decoration: none;
}

div#imx{
    position: relative;
    left: 50px;
}