﻿/* Image Box */
#md-multidomain-background-img {
    background-image: url(../../img/Background_Image/cliffs-571551_1920.jpg);
}

#md-reg-multi-domain-content {
    padding-top: 2rem;    
}

#md-semidedicated-title {
    font-family: var(--font-paytone);
}

/* Table Styles */

#md-multidomain-table-row {
    margin-top: 1.5rem;
}

table {
    /*table-layout: fixed;*/
    vertical-align: middle !important;
}

.table td, .table th {
    border: 4px solid var(--main-dark-orange-color);
    vertical-align: middle !important;
    background-color: rgba(0, 36, 67, 0.9);
    width: 25%;
}

thead th {
    font-family: var(--font-paytone);
    background-color: var(--main-dark-orange-color) !important;
}

tbody th{
    text-align:left;
}



.md-main-btn-inverted {
    margin-top: 1rem;
}


/* Styles to the elements of the last row of the table */

#last-row th {
    font-size: 0.8rem;
}

#last-row td{
    font-family: var(--font-paytone);
}

.md-price {
    font-size: 4rem;
}

/* Styles to disappear the borders */

.noborders td, .noborders th, #totally-invisible {
    border: 0;
}

/* Styles to make the background transparent */

#md-multidomain-table-row .md-invisible {
    background-color: transparent !important;
}