.angucomplete-holder {
    position: relative;
	background:#fff;
}
.angucomplete-holder-behind {
  z-index: 1;
  position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;

    /*top: 32px;#337AB7
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}


.angucomplete-dropdown-matchup {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 300px;
  padding: 6px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  /*top: 32px;
  left: 0px;
  */
  margin-top: -6px;
  background-color: #ffffff;
}

.angucomplete-dropdown-scoreboard {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  padding: 6px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  font-size: 11px;
  /*top: 32px;
  left: 0px;
  */
  /*margin-top: -6px;*/
  background-color: #ffffff;
}

.angucomplete-dropdown-schedule {
	border-color: #ececec;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	min-width: 100%;
	padding: 6px;
	cursor: pointer;
	z-index: 1000;
	position: relative;
	/*top: 32px;
  left: 0px;
  */
	margin-top: -6px;
	background-color: #ffffff;
	background: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.angucomplete-border {
  /*border:1px solid #ccc;*/
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
  /*float:left;*/
    font-size: 11px;
    color:#D3D3D3	;
}

.angucomplete-game-description {
  /*float:left;*/
  text-align: center;
  font-size: 9px;
  color:#A9A9A9	;
  padding-right:55px;
  margin:0;
}
/*.angucomplete-game-description p{
  font-size: 10px;
}*/
.angucomplete-points {
  color:#666;
}

.angucomplete-row {
  padding:5px;
  color: #000000;
  clear: both;
}
.angucomplete-ng-row {
  color: #000000;
  clear: both;
}

.angucomplete-row-row {
    padding:5px;
}

.angucomplete-row-matchup {
  padding: 5px;
    color: #000000;
    clear: both;
}

.angucomplete-row-schedule {
  padding: 5px;
    color: #000000;
    clear: both;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
}

.angucomplete-selected-row {
    background-color: #337AB7;
    color: #ffffff;
}

.angucomplete-game-title {
  text-align: center;
  font-size: 10px;
  padding:2px;
  padding-right: 15%;
  font-family: myMontserrat;
}

.angucomplete-game-title h5 {
  font-size: 12px;
  font-family: myMontserrat;
}

.angucomplete-pick-title {
  text-align: left;
  /*color:#337AB7;*/
}

.angucomplete-title {
  text-align: left;
  font-size: 13px;
  padding:2px;
  padding-right: 12%;
}

.angucomplete-image-holder {
    padding-top: 5px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.angucomplete-image-holder-profile {
    padding-top: 5px;
    float: left;
    margin-right: 15px;
    margin-left: 5px;
}

.angucomplete-image-holder-visitor {
    padding-top: 2px;
    position: relative;
    float: right;
    margin-top: -47px;
    margin-right: 5px;
    margin-left: 5px;
}

.angucomplete-image-profile {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-schedule {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 25px;
}
