﻿div {
    word-wrap:break-word;
}

.td_in .input{
    word-wrap:hyphenate;
    max-width:125px;
    padding-right:inherit;
}

input.input {
    word-wrap:hyphenate;
    max-width:125px;
    padding-right:inherit;
}

#go {
    max-width:100px;
}

.related_search {
    background-color: rgb(0,175,63);
    border:none;
    outline:none;
    color:white;
    height:35px;
    width:175px;
    border-radius:7px;
    cursor:pointer;
}

.related_search:hover {
    background-color: rgb(0,200,75);
}

div.result_container {
    margin:0px auto;
    display:none;
}

div.result 
{
    border-radius: 7px;
    border: 10px solid rgb(223, 238, 248);
    display:table-cell;
}
table.result 
{
    font-weight: bold; 
    background-color: rgb(223, 238, 248);
}
.error 
{
    color: Red;
}

div.conv_cont table {
    margin: 0px auto;
}