html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
}

table {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;

    border-collapse: collapse;
}

iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

div {
    padding: 0;
    margin: 0;
    border: 0;
}

td {
    padding: 0;
    vertical-align: top;
}

.pad-left {
    margin-left: 0.5em;
}

.pad-right {
    margin-right: 0.5em;
}

tr.section > td {
    padding-top: 2em;
}

.button {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    text-decoration: none;
    padding: 4px;
    border-color: #3a88fe;
    background-color: #ededed;
    color: black;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.screenshot {
    position: absolute;
    /*top: -30px;*/
    top: 0;
    width: 1900px;
    overflow-x: auto;
}

div.screenshot > img {
    border: 0;
    display: block;
    width: 1920px;
    overflow-x: hidden
}

code {
    font-weight: bold;
    background-color: #ededed;
}

input {
    width: 12em;
}

select {
    width: 12em;
}

a.dot {
    position: absolute;
    background-image: url("../../assets/dot-red.png");
    background-repeat: no-repeat;
    background-position: left center;
    /*Debugging placement*/
    border: 2px solid #a8c6fe;
    border-radius: 5px;
}

a.dot:hover {
    background-image: url("../../assets/dot-orange.png");
}

/**************************
 Spark-UI Specific Styles
***************************/

a.sui-job {
    top: 75px;
    height: 20px;
    left: 14px;
    width: 40px;
}

a.sui-stage {
    top: 75px;
    height: 20px;
    left: 71px;
    width: 55px;
}

a.sui-store {
    top: 75px;
    height: 20px;
    left: 142px;
    width: 60px;
}

a.sui-env {
    top: 75px;
    height: 20px;
    left: 217px;
    width: 90px;
}

a.sui-exec {
    top: 75px;
    height: 20px;
    left: 319px;
    width: 73px;
}

a.sui-sql {
    top: 75px;
    height: 20px;
    left: 407px;
    width: 43px;
}

a.sui-jdbc {
    top: 75px;
    height: 20px;
    left: 464px;
    width: 130px;
}

a.sui-ss {
    top: 75px;
    height: 20px;
    left: 612px;
    width: 135px;
}


/**************************
 Cluster Specific Styles
***************************/

#cc-conf {
    left: 67px;
    width: 97px;
    top: 100px;
}
#cc-note {
    left: 179px;
    width: 98px;
    top: 100px;
}
#cc-lib {
    left: 292px;
    width: 63px;
    top: 100px;
}
#cc-evt {
    left: 370px;
    width: 70px;
    top: 100px;
}
#cc-sui {
    left: 452px;
    width: 65px;
    top: 100px;
}
#cc-log {
    left: 530px;
    width: 80px;
    top: 100px;
}
#cc-met {
    left: 620px;
    width: 59px;
    top: 100px;
}
#cc-app {
    left: 690px;
    width: 46px;
    top: 100px;
}
#cc-mas {
    left: 750px;
    width: 180px;
    top: 100px;
}
#cc-cm0 {
    left: 761px;
    top: 144px;
    width: 190px;
    background-position: right center;
}
#cc-cm1 {
    left: 761px;
    top: 170px;
    width: 190px;
    background-position: right center;
}
#cc-cm2 {
    left: 761px;
    top: 198px;
    width: 190px;
    background-position: right center;
}
#cc-ui {
    left: 1772px;
    top: 150px;
    width: 25px;
}
#cc-json {
    left: 1807px;
    top: 150px;
    width: 48px;
}
#cc-gng {
    left: 180px;
    top: 176px;
    width: 80px;
    padding: 3px 0 0 10px;
    color: #167b95;
    font-size: smaller;
}

body.exp-root {
    padding: 20px;
}

body.exp-root li {
    margin-bottom: 1em;
}