﻿.KynexTitle1,
.KynexTitle2,
.te-banner {
   text-align: center;
}

#summary,
#detail {
    font-family: Arial, Helvetica, sans-serif;
}

.te-banner {
    background-color: #008080;
    color: white;
    font-size: 8pt;
}

.te-page-content {
    /* TODO: flexbox is a better solution but IE hasn't fully implemented it yet */
    white-space: nowrap;
}

#te-navbar,
#te-navbar a {
    display: inline-block;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: navy;
    color: white !important;
}
/*  Fill color of expander arrows (triangles) for 17.2 release override*/
#te-navbar span {
    color: white !important;
}

#te-navtarget {
    display: inline-block;
    vertical-align: top;
    width: 86%;
    font-family: MS Sans Serif;
    font-size: 8pt;
}

#input-parameters table,
#update-buttons {
    display: inline-block;
}

#update-buttons {
    float: right;
    /*margin-top: 16px;*/
}

body{
    margin: 0;
}


.ui-igedit-container,
.ui-igedit-listitem {
    font-family: sans-serif;
    font-size: 10px;
}