td.share_info {
    color            : black;
    font-family      : Arial;
    font-size        : 12px;
    font-style       : normal;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 5px;
    padding-bottom   : 5px;
    padding-left     : 5px;
    padding-right    : 5px;

    width            : 50px;

    background-color : white;
}

td.pic_share_pc {
    padding-top      : 0px;
    padding-bottom   : 0px;
    padding-left     : 0px;
    padding-right    : 0px;

    text-align       : right;

    height           : 40px;

    background-color : white;
}

img.pic_share_pc {
    height           : 40px;
     border-width    : 0px;
}

td.title_share_pc {
    color            : black;
    font-family      : Arial;
    font-size        : 13px;
    font-style       : normal;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 10px;
    padding-bottom   : 10px;

    background-color : white;
}

input.title_share_pc {
    color            : black;
    font-family      : Arial;
    font-size        : 13px;
    font-style       : normal;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 5px;
    padding-bottom   : 5px;

    background-color : white;

    border           : none;

    width            : 600px;
}

td.subtitle_share_pc {
    color            : black;
    font-family      : Arial;
    font-size        : 12px;
    font-style       : italic;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 0px;
    padding-bottom   : 0px;

    background-color : white;
}

td.fb_icon_share_pc {
    padding-top      : 0px;
    padding-bottom   : 0px;
    padding-left     : 0px;
    padding-right    : 0px;

    background-color : white;
}

img.fb_icon_share_pc {
    height           : 40px;
    border-width     : 0px;
}

td.copy_title_pc {
    padding-top      : 15px;
    padding-bottom   : 5px;
    padding-left     : 5px;
    padding-right    : 5px;

    text-align       : center;

    background-color : white;
}

.btnCopy_pc {
    background-color : blue;
    border           : none;
    color            : white;
    padding          : 2px 2px;
    text-align       : center;
    text-decoration  : none;
    display          : inline-block;
    font-size        : 11px;
    font-weight      : bold;
    margin           : 1px 1px;
    cursor           : pointer;
    width            : 110px;
    height           : 25px;
}
.btnCopy_pc:hover {
	color            : black;
	background-color : yellow;
}
.btnCopy_pc:active {
	position         : relative;
	top              : 1px;
}

td.title_share_mob {
    padding-top      : 15px;
    padding-bottom   : 15px;
    padding-left     : 0px;
    padding-right    : 0px;

    text-align       : center;

    width            : 800px;

    background-color : white;
}

input.title_share_mob {
    color            : black;
    font-family      : Arial;
    font-size        : 40px;
    font-style       : normal;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 10px;
    padding-bottom   : 10px;

    background-color : #FFFFCC;

    border-style     : solid;
    border-width     : 5px;

    width            : 950px;
}

textarea.title_share_mob {
    color            : blue;
    font-family      : Arial, sans-serif;
    font-size        : 47px;
    font-style       : normal;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 10px;
    padding-bottom   : 10px;

    background-color : #FFFFFF;

    border-width     : 0px;

    width            : 800px;
}

.title_share_mob     : noscroll {
    overflow         : hidden;
}

td.subtitle_share_mob {
    color            : black;
    font-family      : Arial;
    font-size        : 50px;
    font-weight      : bold;

    text-align       : center;

    padding-top      : 10px;
    padding-bottom   : 10px;

    background-color : white;
}

td.fb_icon_share_mob {
    padding-top      : 20px;
    padding-bottom   : 20px;
    padding-left     : 0px;
    padding-right    : 0px;
}

img.fb_icon_share_mob {
    width           : 800px;
    border-width    : 0px;
}

img.copy_dish_name_mob {
    width           : 800px;
    border-width    : 0px;
}

td.copy_title_mob {
    padding-top      : 15px;
    padding-bottom   : 15px;
    padding-left     : 15px;
    padding-right    : 15px;

    text-align       : center;

    background-color : white;
}

.btnCopy_mob {
    background-color : blue;
    border           : none;
    color            : white;
    padding          : 2px 2px;
    text-align       : center;
    text-decoration  : none;
    display          : inline-block;
    font-size        : 40px;
    font-weight      : bold;
    margin           : 5px 5px;
    width            : 400px;
    height           : 120px;
}
