        /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
	border-radius:6px;
    font-size: 100%;
    font: inherit;
	color: #353232;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* Gets rid of table cell whitespace */
  
}s
        ol, ul {
            list-style: none;
        }

        blockquote, q {
            quotes: none;
        }

            blockquote:before, blockquote:after,
            q:before, q:after {
                content: '';
                content: none;
            }

        .show_data {
			background-color:#fff1ec !important;
            border:1px #959595 solid !important;
			border-collapse: separate !important;
            border-spacing:3px !important;
			border-radius:4px !important;
			margin:40px auto !important;
			width:100% !important;
			
        }
        th, td {
    border: 1px solid #959595 !important;
	padding:7px;
}
		.show_data tr:nth-child(odd) {background-color: #cccccc}
        .show_data tr:nth-child(even) {background-color:#b7b9bf}
        .show_data tr:hover {background-color: #c7d7eb;
                  cursor:context-menu;
        }
        .show_data th {
    background-color: #3c7885 !important;
	border:solid #a3a9ae 1px !important;
    color: #FFFFFF !important;
    font-weight:bold;
}

        body {
            font-family:Tahoma;
            font-size:14px;
			background-color:#fff1ec !important;
}
.batch_sharing:hover{
	background-color:yellow;
	cursor:pointer;
}
.batch_sharing{
	width:11%;
	background-color:#d9d90b;
	padding:0.5%;
	border-radius:5%;
}
.form-content{
	position: fixed;padding:10px; min-height: 20px; width: 100%; background-color: #82bfc6; opacity: 0.94;z-index:100;
}
.td-data{
	border:solid black 1px;padding:7px;
}
.td-header{
	border:solid black 1px;padding:3px;text-align: center;
}
@media screen and (max-width: 800px) {
.show_data{
	width:100%;
	margin-top:100px !important;
	}
.batch_sharing{
	width:33%;
	background-color:yellow;
	padding:3%;
	border-radius:5%;
}
}
.main-menu{position: fixed;padding:10px; min-height: 20px; width: 100%; background-color: #9ea5aa; opacity: 0.94;z-index:100;}