﻿section.sec-Login span {
    width: 100% !important;
    height: auto !important;
}

section.sec-Login .ms-welcome-root > a.ms-core-menu-root, .ms-signInLink {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: "AvenirNextLTPro-Bold" !important;
}

section.sec-Login .ms-welcome-root > a.ms-core-menu-root:hover, .ms-signInLink:hover {
	background: transparent !important;
}

section.sec-Login .ms-welcome-hover, .ms-siteactions-hover {
	background-color: transparent !important;
	border-right-color: transparent !important;
}

section.sec-Login .ms-core-menu-box.ms-core-defaultFont.ms-shadow {
    visibility: visible !important;
    }

#s4-bodyContainer {
    padding-bottom: 0;
    overflow: hidden;
    font-size: 1.4em;
    line-height: 1.5;
}

.ms-webpartzone-cell {
    margin: auto;
}

#s4-workspace {
    height: auto !important;
    /*overflow-y: scroll !important;*/
}

.ms-designer-ribbon {
    display: none;
}

#ctl00_ctl55_ExplicitLogin {
	display: none !important;
}

.ms-cui-menu {
    position: fixed !important;
}

/**table**/
@media (min-width: 320px) and (max-width: 500px) {
.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td {
    display: inline-block;
    /* border: none;
    background: #f4f4f5a6; */
    width: 100% !important;}


/*table.ms-rteTable-default td:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 15px;
}

table.ms-rteTable-default td:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

table.ms-rteTable-default td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

table.ms-rteTable-default tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}*/
}