.widget select {
    max-width: 100%;
    font-size: 15px;
    min-width: 228px;
}
td, th {
    display: table-cell;
    font-size: 15px;
    color: #495296;
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size:15px
}
textarea {
    width: 60%;
}
.sidebar-head {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
    background: #3399ff;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #fff;
}
.sidebar-sub { 
     vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
    text-align: center;
    background: rgba(95, 170, 245, 0.75);
    margin-bottom: 0px;
    color: #fff
}
.highlight {
    font-size: 12px;
    color: #4c5acc;
    font-weight: bold;
}
.highlight-de {
    font-size: 11px;
    color: #7b7b7b;
}
.widget select {
    max-width: 100%;
    font-size: 15px;
    min-width: 228px;
    color: #495296;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    max-width: 200px;
}
.strong-blue {
    color: #495296;
    font-size: 15px;
}
.strong-blue-lit {
    color: #495296;
    font-size: 12px;
}
a {
    color: red;
}
.entry-content {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.pt-cv-title a {
    font-weight: 600;
    color: #0066cc;
}
#comments {
    display: none;
}
.pt-cv-content, .pt-cv-content * {
    font-weight: 400;
    font-size: 14px;
}
.menu-item i._mi {
    margin-top: -.265em;
    width: auto;
    height: auto;
    line-height: 1;
    padding-top: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #495296;
}

.widget-title {
    color: #0066cc;
    font-weight: 800;
    font-size: 20px;
    border-bottom-style: groove;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 10px;
}