/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Nov 27 2017 | 10:27:24 (pm)
/*
/******* Do not edit this file *******/

#intranetHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110%;
    padding: 0px;
}

#backBox {
    margin: 0 auto !important;
    width: 85%; 
    height: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background:rgba(255,255,255,0.5);
}

#intButton {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 15px !important;
    background:rgba(255,255,255,0.75);
    font-family: 'helvetica', arial, Sans-Serif, serif !important;
    font-size: 1.2em !important;

}

#intButton:hover {
    color: white;
    background:rgba(0,0,0,0.75);
}

.leftButton {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    margin-top: 20px;
}

.rightButton {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.bottomButton {
    margin-top: 10px;
    margin-bottom: 10px;
}



@media screen and (max-width: 520px) {
   #intranetHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110%;
    padding: 0px;
}

#backBox {
    margin: 0 auto !important;
    width: 85%; 
    height: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background:rgba(255,255,255,0.5);
}

#intButton {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 15px !important;
    background:rgba(255,255,255,0.75);
    font-family: 'helvetica', arial, Sans-Serif, serif !important;
    font-size: 1.2em !important;

}

#intButton:hover {
    color: white;
    background:rgba(0,0,0,0.75);
}

.leftButton {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 20px;
}

.rightButton {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bottomButton {
    margin-top: 20px;
    margin-bottom: 20px;
}
}


/*** editable list builder ***/