﻿body.f-body {
    padding: 20px;
}

.marginr {
    margin-right: 5px;
}

.clear {
    clear: both;
}
input[placeholder], [placeholder], *[placeholder] {
    color:#444;
}
ul,ol{list-style:none}
ul.result, ol.result {
    margin: 10px 0;
    padding: 0;
    border-top: solid 1px #ddd;
}

    ul.result li, ol.result li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ddd;
    }


table.result {
    margin: 10px 0;
    width: 500px;
    border-collapse: collapse;
}

    table.result th {
        font-weight: bold;
    }

    table.result td, table.result th {
        border-bottom: solid 1px #ddd;
        padding: 5px;
        text-align: left;
    }


.highlight {
    font-weight: bold;
    color: red;
}

a{
    text-decoration: none;
    color: #444;
}
/* Special - Common css */
.blockpanel {
    border-radius: 3px;/*
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);*/
}

.f-body-bgcolor .blockpanel {
    border-width: 0 !important;
}
img{
    vertical-align: middle;
}