body{
    display: flex;
    flex-direction: column;
    gap: 13px;
    background: #ededed;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 75%;
}


.Access{
    cursor:pointer;
    background: #009688;
    color: white;
    border: 1px solid #d9d9d9;
    font-family: monospace;
    font-weight: bold;
    box-shadow: 0 1px 1px 0 grey;
    padding: 7px;
    border-radius: 7px;
}

.CRow{
	width: 700px;
    display: flex;
    justify-content: center;
    gap: 13px;
    border: 1px solid gray;
    padding: 17px 0px;
    flex-direction: column;
    align-items: center;
}


.ExtensionCTN{
    width: 700px;
    height: 450px;
    background: white;
    border: 1px solid gray;
    box-shadow: 0 0px 7px 0 #8080807a;
    border-radius: 6px;
}


.preview{
    display: none;
}