


/* Styling for the table*/
th {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-align: center;  
    border: 1px, solid, black;
    border-collapse: collapse; 
    font-style: italic; 
}


table, td {

    text-align: left;
    border: 1px, solid, black;
    border-collapse: collapse;

}

table {

    width: 950px;
}

th, td {

    padding: 3px;
}

.table_left_column {

    width: 30%;
}

.table_right_column {

    width: 70%;
}


/* Sizing and styling for the image */
#automation-diagram1 {

    width: 75%;
    height: 65%;

}


