#stock_wrapper{
    margin-top : 10px;
    margin-bottom : 10px;
}

.clearfix_:after,
.clearfix_:before{
    content : " ";
    display : block;
    clear : both;
}

.stock_full_width{
    width: 100%;
    max-width: 100%;
    float:left;
}

.stock_half{
    width: 50%;
    max-width: 50%;
    float:left;
}

.stock_one_third{
    width: 33.33%;
    max-width: 33.33%;
    float:left;
}

.stock_two_third{
    width: 66.66%;
    max-width: 66.66%;
    float:left;
}

.add_spacing{
    margin-top : 10px;
    margin-bottom : 10px;
}

#stock_query{
    padding : 7px;
    color: #7d7d7d;
    border: 1px #ccc solid;
    border-radius: 3px;
    width:70%;
    text-transform: uppercase;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

#search_stock,
.timeline_change{
    padding : 5px;
    background-color: #669933;
    color: white;
    border: #669933 solid;
    border-radius: 3px;
    margin-left: -4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

#message{
    color : #656565;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align:middle;
}


#stocks_table_el{
    margin: 0 auto;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
    font-size: 14px;
    border-collapse: collapse;
    font-size: 14px;
    box-sizing: inherit;
    width:100%;
}

#stocks_table_el tbody tr:nth-child(odd) th{
    background-color: #f9f9f9;
}

#stocks_table_el tbody tr:nth-child(odd) td{
    background-color: #f9f9f9;
}

#stocks_table_el tbody tr:first-child td {
    border-top: 0px;
}

#stocks_table_el tbody tr th{
    font-weight: 600;
    font-size: .85em;
    border-right: 1px #efefef solid;
    width: 75px;
    word-break: break-word;
    word-wrap: break-word;
}

#stocks_table_el th, 
#stocks_table_el td {
    padding: 7px 17px;
}

#stocks_table_el tr:nth-child(odd) td, 
#stocks_table_el tr:nth-child(even) td {
    background: #FFFFFF;
}

#stocks_table_el tr:nth-child(odd) td {
    background-color: #fbfbfb;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #ececec;
}

#stocks_table_el th {
    color: #616161;
    margin: 0;
    padding: 10px 10px;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    font-size: 15px;
}

#stocks_table_el td {
    border-right: 1px solid #f1f1f1;
    padding: 7px 10px;
    color: #676767;
    font-size: 15px;
}

#stocks_table_el td{
    transition: all .3s;
}

#stocks_table_el tbody th{
    text-align: left;
    font-weight: normal;
    background-color: #ffffff;
    padding-right: 45px;
    color: #696969;
    border-bottom: 1px solid #efefef;
}

#stocks_table_el tbody tr:hover td {
    background-color: rgba(172, 222, 121, 0.15);
    border-color: rgb(83, 136, 31);
    border-top: 0px;
    border-bottom: 1px solid;
}

#stocks_table_el td, 
#stocks_table_el th {
    border: 0;
    border-top: 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #efefef;
}


#chart_buttons {
    margin-top: 20px;
}

button[data-time]:first-child {
    margin-left: 25px;
}

button[data-time] {
    margin-right: 10px;
}

button[data-time]:last-child {
    margin-right: 0px;
}

@media only screen and ( max-width: 1024px ){
    .stock_half,
    .stock_one_third,
    .stock_two_third{
        max-width: 100%;
        width:100%;
    }

    #stocks_table_el tbody tr th{
        font-size: .75em;
    }

    #stocks_table_el td{
        font-size: .9em;
    }

    #chart_buttons {
        margin-bottom: 20px;
    }
}

@media only screen and ( max-width: 767px ){
    button[data-time]:first-child {
        margin-left: 5px;
    }

    button[data-time] {
        margin-right: 5px;
    }

    button[data-time]:last-child {
        margin-right: 5px;
    }

    #the_chart>div {
        position: inherit;
        left: -15px;
    }
}

@media only screen and ( max-width: 780px ){
    .timeline_change {
        padding: 4px;
        font-size: .8em;
    }
}

@media only screen and ( max-width: 425px ){
    .timeline_change {
        padding: 4px;
        font-size: .9em;
    }
}

@media only screen and ( max-width: 375px ){
    .timeline_change {
        padding: 3px;
        font-size: .8em;
    }
}

@media only screen and ( max-width: 320px ){
    .timeline_change {
        padding: 2px;
        font-size: .7em;
    }
}