.vina-readmore-slider {
  color: #106d2c !important;
  border: 1px solid #106d2c !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  padding: 6px 19px;
}
.vina-readmore-slider:hover {
  background: #31a857;
  color: white !important;
  border: 1px solid #31a857 !important;
}
img.border-box {
  padding: 4px;
  border: 1px solid rgba(16,109,44,0.1);
  border-bottom-color: rgba(16,109,44,0.18);
  border-radius: 4px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(16,109,44,0.05);
  box-sizing: border-box;
  margin-right: 22px;
  margin-bottom: 22px;
 /* float: left*/
}

#sp-header-wrapper #header > [class*="span"]:not(#sp-menu) {
  /*intime*/  
  margin-top: 0px;
  
}

.intime-nomargintop {
  margin-top: 0px;
}

/*#intime-noli {/*list-style-type:none;*/ /*content: "\f05d";}*/

img.modal,
a.modal {
position: relative;
top: 0%;
left: 0%;
margin-left: 0;
border: initial;
}

.red-box {
  width: 90%;
  padding: 10px;
  margin: 15px auto;
  border: 3px solid #f4424b;
  border-radius: 15px;
  clear: left;
}

/* Zebra List and Table */
ul.zebra > li,
table.zebra tbody td {
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  border-collapse: collapse;
  box-sizing: border-box;
}
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td {
  border-top: 1px solid #ddd;
}

ul.zebra > li.odd,
table.zebra tbody tr.odd {
  background: #A5E9BA;
}
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) {
  background: #A5E9BA;
}

table.zebra caption {
  color: #106D2C;
}

.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  margin: 15px 0;
  padding: 10px;
}

.box-info {
  background: #ebf5fa url(templates/vina-oppai/images/tools/box_info.png) 0 0 no-repeat;
  border-color: #d2dce1;
}

a, a:hover {
  text-decoration: underline;
  color: #31a857;
}