﻿body {
}

NodeStyle {
}

.divqtype {
    float:left;
}

.divperspective {
    float:left;
}

div[id^="divReturn"] {
    margin-bottom:1em;
}

.td {
    padding:3px;
}




div {
    margin-top:.5em;
}

section {
    padding-left:1em;
    padding-top:8px;
}

#divNodeImage {
    background-image:url('../images/ChanceNode blue.png');
    background-repeat:no-repeat;
    height:300px;
    width:50%;
    float:left;
    //display:block;  // added, attempting to put table text below node image  <<
}

#divNodeImage input {
    outline:none;
    border:none;
    font-size:small;
}

span {
    font-size:18pt;
    font-weight: bolder;
}
@media all and (max-width:40em) {
    #instructions {
        display:none;
    }
}

@media all and (max-width:400em) {
    div {
        /* alt steelblue */
        color:black ;
    }
    #divReturnTable {
        font-size:8pt;
    }

    section {
        margin-left:5em;
    }
}

/*@media all and (min-width:80em) {
    div {
        color: #000;
        width: 30em;
        margin-left:auto;
        margin-right:auto;
    }
    section {
        margin-left:30%;
    }
    span {
        margin-left:28%;
    }
}*/

.somestyle {
    color:lavenderblush;
}



/*
    body {
}

.divqtype {
    float:left;
}

.divperspective {
    float:left;
}

div[id^="divReturn"] {
    margin-bottom:1em;
}

.td {
    padding:3px;
}

div {
    margin-top:.5em;
}

section {
    padding-left:1em;
    padding-top:8px;
}

#divNodeImage {
    background-image:url('../images/ChanceNode.bmp');
    background-repeat:no-repeat;
    height:200px;
    width:50%;
    float:left;
}

#divNodeImage input {
    outline:none;
    border:none;
    font-size:small;
}

span {
    font-size:18pt;
    font-weight: bolder;
}
@media all and (max-width:40em) {
    #instructions {
        display:none;
    }
}

@media all and (max-width:400em) {
    div {
        color:steelblue;
    }
    #divReturnTable {
        font-size:8pt;
    }

    section {
        margin-left:5em;
    }
}

/*@media all and (min-width:80em) {
    div {
        color: #000;
        width: 30em;
        margin-left:auto;
        margin-right:auto;
    }
    section {
        margin-left:30%;
    }
    span {
        margin-left:28%;
    }
}*/
/*
.somestyle {
    color:lavenderblush;
}*/