* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    background: none !important;
}

table tr:first-child {
    background: #269AE1 !important;
}

table tr:first-child td {
    color: #fff;
    border: none;
}

table tr td {
    padding: 0.8rem 1rem;
    line-height: 1.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 100 !important;
    border: solid 1px #ccc;
    color: #5C686D;
    vertical-align: top;
    text-align: left;
}

table tr td p {
    line-height: 2rem !important;
}

table tr td ul li {
    margin-bottom: 0.5rem !important;
    padding-left: 0.5rem !important
}

img {
    border: none;
    white-space: nowrap;
    display: block;
    width: 100%;
}

input:focus {
    outline: none;
}

ul, ol {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li, ol li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

iframe, object, embed {
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*//// highlighted text selected ////*/
/*::-moz-selection
{
    background: #333;
    color: #fff;
    text-shadow: none;
}
::selection
{
    background: #333;
    color: #fff;
    text-shadow: none;
}*/
