/*
Theme Name: OptiMap
Theme URI: http://gebweb.net/optimap
Description: The TSP Google Maps Optimizer Layout
Version: 1.0
*/

/* Center block equations */
div.eq {
    text-align: center;
}

/* Align inline equations with parents content area */
span.eq img {
    vertical-align: text-bottom;
}

table.optionsTable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    border: thin none black;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.optionsTable td {
    height: 20px;
    width: 120px;
}

table.buttonTable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border: thin none black;
    border-collapse: collapse;
    border-spacing: 10px;
}

table.buttonTable td {
    height: 30px;
    width: 200px;
}



div.my_textual_div {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

div.myMap {
    width: 600px;
    height: 480px;
    /*margin-left: auto;
    margin-right: auto;*/
}

div.myButton {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.pathData {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.gebddir {
    text-align: left;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: thin none black;
    border-collapse: collapse;
    border-spacing: 0;
}

table.gebddir td {
    padding: 0;
}

table.gebddir tr.heading {
    height: 40px;
}

table.gebddir tr.text {
    height: 30px;
}

table.gebddir td.heading {
    background: #a7a7a7;
    margin-left: 10px;
}

table.gebddir td.even {
    background: #fff;
}

table.gebddir td.odd {
    background: #e7e7e7;
}

div.centered-directions {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #a7a7a7;
}

div.left-shift {
    margin-right: 40px;
    margin-top: auto;
    text-align: right;
}

div.right-shift {
    margin-left: 40px;
}

span.red {
    color: #ca0000;
}
