﻿.page-head-elements.pull-right {
    display:none;
}
@media (max-width:769px) {
    .page-head-elements li.search {
        display:none;
    }
}
.page-head .page-head-elements > li > a.my-brand {
    margin-left: 200px;
    font-size: 25px;
}
/*=================================Table======================================*/


.t {
    margin-bottom: 0.2in;
    overflow-x: auto;
}

    .t table {
        border-collapse: collapse;
        width: 100% !important;
        border: 1px solid #e2e1e1;
        color: #333;
    }

    .t th, .t td {
        text-align: center;
        padding: 10px 10px;
        border: 0px solid #e2e1e1;
    }





/*==================================Media Query================================*/
@media (max-width:1060px) {

    .page-head .page-head-elements > li > a.my-brand {
        font-size: 20px !important;
        margin-left: 30px;
    }
}

@media (max-width:786px) {

    .page-head .page-head-elements > li > a.my-brand {
        transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        font-size: 16px !important;
        margin-left: 21px;
    }
}

@media (max-width:586px) {

    .page-head .page-head-elements > li > a.my-brand {
        transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        font-size: 10px !important;       
        margin-left: 7px;
    }
}
@media (max-width:320px) {

    .page-head .page-head-elements > li > a.my-brand {
        font-size: 6px !important;     
         margin-left: -5px;
    }
}
