input#q {
width: 65%;
    height: 30px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border-width: inherit;
    border: 1px solid #d4d4d4;
    padding-left: 10px;
}

input.btn_my_zzk {
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
       width: 63px;
    height: 30px;
    border-radius: 4px;
    /* outline: none; */
    /* box-shadow: none; */
    /* border-width: inherit; */
    border: 1px solid #d4d4d4;
}

input#google_q {
width: 65%;
    height: 30px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border-width: inherit;
    border: 1px solid #d4d4d4;
    padding-left: 10px;
}

h3.catListTitle {
    margin-top: 53px;
    font-size: 18px;
    line-height: 2;
}

tr {
    line-height: 2.6;
}

.CalTodayDay {
    color: pink;
    border: dotted 1px red;
}

#navList li a {
    font-size: 20px;
    font-family: monospace;
}
a#Header1_HeaderTitle {
    font-size: 56px;
}

div#mylinks a {
    font-size: 30px;
text-decoration: none;
}
#mytopmenu {
    border: 0 solid #5e5e5e;
    background-image: none !important;
    background-repeat: no-repeat;
    padding: 6px;
    padding-left: 0;
    padding-right: 220px;
    height: 54px;
    margin-right: 20px;
    margin-left: 12px;
    text-align: right;
}

div#mylinks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-left: 80px;
    box-sizing: border-box;
}

.div_my_zzk {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#sidebar_shortcut ul li a {
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.catListTitle {
    font-size: 22px;
    margin-bottom: 20px;
}

.catList li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.catListTitle {
    background-image: url(images/bg_list.jpg);
    background-repeat: no-repeat;
    background-position: center;
    font-family: verdana;
    font-size: 22px;
    font-weight: bold;
    color: #666;
    padding-top: 0px;
    margin-bottom: 5px;
    height: 33px;
}
a.menu:hover {
    color: deeppink;
}

.dayTitle a {
    font-size: 20px;
}
a:hover {
    color: deeppink;
    font-size: 20px;
}

div#profile_block {
    font-size: 20px;
}

.headerText {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headerText a {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 0px;
}