.tech-notes-dropdown {
    
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    border: 1px solid #c2c2c2;
    
    padding: 5px;
    height: 30px;
	width: 100%;

    box-sizing: border-box;
}

.tech-notes-dropdown:focus {
    border-color: #000000;
    outline: #000000 solid 1px;
}
﻿
.tech-button-container {
    position: relative;
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;

    width: 100%;
}

@media screen and (min-width: 635px) {
    .button-full {
        width: 130px; 
    }

    .button-mini {
        width:36px;
        display: none !important; 
    }
}

@media screen and (max-width: 635px) {
    .button-full {
        width: 130px;
        display: none !important; 
    }

    .button-mini {
        width:36px;
		padding: 0px 0px 0px 0px !important;
    }
}

.tech-notes-menu-float {

    width: 100%;
    height: 80px;

    position: -webkit-sticky;
    position: sticky; 
    top: 0px;
}

.tech-notes-menu-float-ie {

    width: 100%;
    height: 80px;

    position: fixed; 
    top: 0px;
}

.tech-notes-buttons-float {

    width: 100%;
    height: 80px;

    position: -webkit-sticky;
    position: sticky; 
    bottom: 0px;
}

.tech-notes-buttons-float-ie {

    width: 100%;
    height: 80px;

    position: fixed;
    bottom: 0px;
}

.tech-notes-menu-gradient-1 {
    background-color: rgba(255,255,255,0.4);
    width: 100%;
    height: 10px;
    position: relative;
}

.tech-notes-menu-gradient-2 {
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 10px;
    position: relative;
}

.tech-notess-menu-gradient-3 {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 10px;
    position: relative;
}

.tech-notes-menu-gradient-4 {
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 60px;
    position: relative;

}
